bborgia Posted April 15, 2014 Posted April 15, 2014 Hi,I am kinda new to HelioHost and using FileZilla, and just making websites in general. I've already created my website, but whenever I type in the URL, after I log into FTP, I get this thing saying: This page contains the following errors:error on line 12 at column 55: Opening and ending tag mismatch: font line 0 and h1 Below is a rendering of the page up to the first error. Whenever I try to find the error in the CODE that I've typed, I can't find it. If someone could please tell me what this means and how to fix it, please do! Thanks in advance
yashrs Posted April 16, 2014 Posted April 16, 2014 Could it be an error in the HTML tags ? Check the proper opening and closing of the tags. The tags opened first should be closed first and the tags opened last should be closed last 1
bborgia Posted April 16, 2014 Author Posted April 16, 2014 What language did you write your code in? I wrote my code in HTML
wolstech Posted April 17, 2014 Posted April 17, 2014 The code seems to have disappeared, but your font tag and h1 tag were closed in the wrong order if I remember right. Closing Font tag needed to be moved inside the h1 tag I believe. Also, for what it's worth, font tags are obsolete, as are the align attributes on several other tags. You shouldn't be using them, but rather using CSS instead.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now