Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
I got an - [Invalid] Markup Validation
Old 12-14-2008, 05:33 PM I got an - [Invalid] Markup Validation
Average Talker

Posts: 18
Location: California
Trades: 0
Hi everyone. I got this invalid markup validation when validating my site. Here is what I get,

Validation Output: 3 Errors
  1. Line 3, Column 1: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml.<html>
    Many Document Types based on XML need a mandatory xmlns="" on the root element. For example, the root element for XHTML will look like:
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. Line 195, Column 6: end tag for "body" omitted, but OMITTAG NO was specified.</div>
    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
  3. Line 15, Column 0: start tag was here.<body>
  4. Line 195, Column 6: end tag for "html" omitted, but OMITTAG NO was specified.</div>
    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
  5. Line 3, Column 0: start tag was here.<html>
audiophd is offline
Reply With Quote
View Public Profile Visit audiophd's homepage!
 
 
Register now for full access!
Old 12-14-2008, 07:01 PM Re: I got an - [Invalid] Markup Validation
Average Talker

Posts: 18
Location: California
Trades: 0
I fixed it. If anyone gets this error, Just add

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

That tag to your file.
AND ALSO

I forgot the </body> and </html> tags at the end of my page. Now My validation is passed.

Check it out www.audiophd.com

__________________

Please login or register to view this content. Registration is FREE
audiophd is offline
Reply With Quote
View Public Profile Visit audiophd's homepage!
 
Reply     « Reply to I got an - [Invalid] Markup Validation
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 4.30267 seconds with 12 queries