Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

Mandatory tags

Some tags are now mandatory. All XHTML pages must have a <!doctype> document declaration, the <html> tag must have a namespace, the <head> and <body> tags must be present and the <title> tag must be the first tag in the header.