Jump to content

Recommended Posts

Posted

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 :)

Posted

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 :)

  • Like 1
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...