HomeReferences

HTML Tags

This section contains information about all of the valid tags belonging to the latest version of strict XHTML.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Common attributes

The tags are used in the format <tag attribute1="value" attribute2="value">stuff</tag> (for example <a href="something.html" title="something">Some link</a>) or <tag attribute1="value" attribute2="value" /> (for example <input type="text" name="bob" />).