![]() |
||||
Is HTML Validation Necessary?by Jonathan Hochman HTML validation is a process that uses a program to inspect web pages and identify bugs and potential compatibility issues, such as improperly nested HTML tags, obsolete tags, and misused attributes. The World Wide Web Consortium provides a free online HTML validator, and popular HTML editors often include a validation feature. One of my favorite buttons
in Dreamweaver is "Validate Entire Site." It's
quick and easy, and saves a huge amount of time on web site maintenance.
Why review code by hand when you can use a program to instantly detect
coding errors? Programs always contain mistake and
debugging them can take a long time. Validation cuts the debugging time
substantially, and that time saved can be spent
to improve the site. About the AuthorAfter graduating from Yale with two degrees in Computer Science, Jonathan Hochman set up his own consulting company in 1990. He has been an Internet marketer since 1994. To send feedback, please visit http://www.hochmanconsultants.com/.
For additional information, please contact Hochman Consultants. |
|
|||