Mortgage Calculator | Western Union | Prada Shoes | Home Loan | Western Union Money Order
Validation of HTML [Archive] - PCMech Forums

PDA

View Full Version : Validation of HTML


alkscd
10-28-2003, 08:33 PM
I check the Validation of my HTML on web site http://validator.w3.org/
and it shows I have a Fatal Error: No DOCTYPE specified! How do I correct this problem. Thanks

mairving
10-28-2003, 09:47 PM
Just do a view source on this page an it will tell you;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

Here (http://www.htmlhelp.com/tools/validator/doctype.html) is a little more info. Some validation is done based on the doctype, which is not required but helpful.