Home → References →
HTML Tags
This section contains information about all of the valid tags belonging to the latest version of strict XHTML.
HTML Dog is hosted by Titan Internet
Structure
Meta Information
Text
- p
- h1, h2, h3, h4, h5, and h6
- strong
- em
- abbr
- acronym
- address
- bdo
- blockquote
- cite
- q
- code
- ins
- del
- dfn
- kbd
- pre
- samp
- var
- br
Links
Images and Objects
Lists
Tables
Forms
Scripting
Presentational
The Whole Shebang
- a
- abbr
- acronym
- address
- area
- b
- base
- bdo
- big
- blockquote
- body
- br
- button
- caption
- cite
- code
- col
- colgroup
- dd
- del
- dfn
- div
- dl
- DOCTYPE
- dt
- em
- fieldset
- form
- h1, h2, h3, h4, h5, and h6
- head
- html
- hr
- i
- img
- input
- ins
- kbd
- label
- legend
- li
- link
- map
- meta
- noscript
- object
- ol
- optgroup
- option
- p
- param
- pre
- q
- samp
- script
- select
- small
- span
- strong
- style
- sub
- sup
- table
- tbody
- td
- textarea
- tfoot
- th
- thead
- title
- tr
- tt
- ul
- var
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" />).

