June 19, 201214 yr Hi there, I'am a Beginner and i designed my first website in Dreamweaver. Website: www.arsensupport.com My Html code declaration reads <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> In an attempt to make my site error free, I used Firexfox plugin - HTML VALIDATOR 0.9.5.1, and i corrected my errors and it displayed that i had no errors. But when i used the validator service provided by validator.w3.org , it shows me a hundred errors and warnings. What could be problem ? Am i doing the declaration for my HTML wrong ? If so, where can i study regarding HTML declaration in simple words ? Thanks for your help in advance.. CHEERS..
June 19, 201214 yr Well you sort of have two doctypes in there buddy, one declaring xhtml and another for html4. Get rid of one, and that should sort most of the errors.
Create an account or sign in to comment