|
| |||||
| Home | Reviews | Tools | Forums | FAQs | Find Service | ISP News | Maps | About |
how-to block ads |
Your web pages will have a chance of rendering properly on everyone's browser if you validate your HTML. Internet Explorer (the majority of your traffic) accepts invalid or HTML and still shows your page just fine. Netscape, Mozilla, Firefox/Firebird, Opera, and Safari really require valid HTML for proper operation. Your page will display incorrectly, and it may be unreadable. »validator.w3.org/ is the standard HTML validator. You can give it HTML or XHTML source or have it read your pages directly from your web site. It's an invaluable tool. You can link to it from your page like this: <a href="http://validator.w3.org/check/referer">Valid HTML</a>If you see lots of errors on your page, try fixing them one at a time, starting with the first one reported. Most of the time a syntax error one place will look like two (or more) errors. You must have a DOCTYPE as the first non blank line on each page in order to have valid HTML/XHTML. If you are just starting out, and you aren't sure what DOCTYPE to use, try using HTML 4.01 Transitional, the DOCTYPE sure to be standards compliant, yet allowing for the widest interpretation of the rules. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" Once your pages are valid HTML/XHTML, they have a great chance of being seen by everyone visiting your site.
| |||||
| Saturday, 11-Feb 19:26:02 | Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo over 12.5 years online! © 1999-2012 dslreports.com. |