The Doctype

OK, back to the beginning.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

All HTML documents include a doctype tag, which tells the browser which language specification to use, such as XHTML or the older HTML standards. As I use XHTML, the specifications available are:

From my own experience, there has been no reason to use anything other than strict specification when starting a new site build.