How to tell if your HTML is correct |
Validate HTML
First, you should validate your
Online HTML ValidatorsOffline HTML Validators
Ensuring that your HTML is 100% standards compliant will give your web page the best chances of being rendered properly in the majority of web browsers. Test Against Popular Web BrowsersNext, you should manually test your pages with popular web browsers. The most popular web browsers are:
Finally, you should validate your web page with the least common denominator browser, Lynx. Lynx is a text-only browser. Lynx is an excellent tool for viewing your web page the way that a
Test at Various Screen ResolutionsThe Screen Size Tester will help you to visualize how your web page looks to people with different screen resolutions.
As of 2008, 1024x768 has been the most common browser
Validate CSSYou may also with to validate your CSS with the W3C CSS Validator or the Web Design Group CSS Check. |
Discuss How to tell if your HTML is correct in the forums.

