juliagizzle
04-11-2005, 05:58 PM
oops i meant to say doctype not meta really. what is the point of a doctype?
|
View Full Version : Metatags help juliagizzle 04-11-2005, 05:58 PM oops i meant to say doctype not meta really. what is the point of a doctype? pb&j 04-11-2005, 06:25 PM doctype tells the browser what specific type or level of coding you are using for the webpage. it sometimes helps the browser determin how to react or show on the page. if you plan on validating your page code (measure it up to the official specs) then a doctype is required. juliagizzle 04-11-2005, 06:45 PM is thera a standard for mr to use for a regular html css page pb&j 04-11-2005, 06:50 PM sure. give this one a go... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |