Jump to content

content type


spdwrench

Recommended Posts

Every doctype is going to show you errors in the validator because your markup is full of errors.

 

You should use one of the html 4.01 doctypes and read this - http://www.w3.org/QA/Tips/Doctype. Then go through each error that the validator highlights and correct them one by one. Read some html and css tutorials if you don't know what you are doing - http://www.w3schools.com/default.asp.

Link to comment
https://forums.phpfreaks.com/topic/72035-content-type/#findComment-364034
Share on other sites

Every doctype is going to show you errors in the validator because your markup is full of errors.

 

You should use one of the html 4.01 doctypes and read this - http://www.w3.org/QA/Tips/Doctype. Then go through each error that the validator highlights and correct them one by one. Read some html and css tutorials if you don't know what you are doing - http://www.w3schools.com/default.asp.

 

That's absolutely correct. You should strive to work with xhtml 1.0 strict, but since you have so many errors, then I'm not suprised you can't get any to work!

Link to comment
https://forums.phpfreaks.com/topic/72035-content-type/#findComment-364070
Share on other sites

http://www.webstandards.org/learn/articles/askw3c/oct2003/

 

Unfortunately it focuses on 1.0 but does metion the ruby inclusion...

 

Sorry the article didn't help. I know the difference between 4.01 html and xhtml 1.0 strict. I want to know the difference between xthml 1.0 and xhtml 1.1 as you mentioned before.

Link to comment
https://forums.phpfreaks.com/topic/72035-content-type/#findComment-366721
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.