Posted Feb 1st, 2008 at 21:48 by saltedm8
Updated Mar 31st, 2008 at 18:18 by saltedm8
The first thing that I notice when browsing the web is on many sites, basic rules are being ignored completely, the DOCTYPE should always be the first statement made on any webpage. A “Document Type Definition” (DTD) is a document that defines the structure of a mark-up language as well as elements and attributes. Because HTML is a mark-up language, the World Wide Web Consortium (W3C) provides DTDs for all HTML versions.
Here are a few examples of DTDs
<!DOCTYPE HTML PUBLIC...
|