Web Developer Resources
The Site for Your Web Development Resource Needs

Web Developer Resources

Mozilla’s HTML Validator

May 30th, 2008 . by editor


Photobucket

One of Mozilla’s useful extension is the HTML Validator. It adds HTML inside Mozilla Firefox. The number of errors of the HTML page can be seen of the form of an icon in the status bar when browsing. Details of the errors can also be seen when looking at the HTML source of the page.

Why is there a need to validate HTML? First, validating HTML makes it possible for your site to be listed on search engines. Browsers will also render better and faster. Most of all, broken link and ugly pages caused by poor HTML can drive visitors away.

Comments are closed.