The Sysadmin Notebook  

Sitemap

XHTML Tags

Reference of XHTML tags

Tag Description
<!--...--> comment
<!DOCTYPE>  document type
<a> anchor
<abbr> abbreviation
<acronym> acronym
<address> address element
<applet> Deprecated. applet
<area> area inside an image map
<b> bold text
<base> base URL for all the links in a page
<basefont> Deprecated. base font
<bdo> direction of text display
<big> big text
<blockquote> long quotation
<body> body element
<br> Inserts a single line break
<button> push button
<caption> table caption
<center> Deprecated. centered text
<cite> citation
<code> computer code text
<col> ttributes for table columns 
<colgroup> groups of table columns
<dd> definition description
<del> deleted text
<dir> Deprecated. directory list
<div> section in a document
<dfn>  a definition term
<dl> definition list
<dt> definition term
<em> emphasized text 
<fieldset> fieldset
<font> Deprecated. text font, size, and color
<form> form 
<frame> sub window (a frame)
<frameset> set of frames
<h1> to <h6> header 1 to header 6
<head> information about the document
<hr> horizontal rule
<html> html document
<i> italic text
<iframe> inline sub window (frame)
<img> image
<input> input field
<ins> inserted text
<isindex> Deprecated. single-line input field
<kbd> keyboard text
<label> label for a form control
<legend> title in a fieldset
<li> list item
<link> resource reference
<map> image map 
<menu> Deprecated. menu list
<meta> meta information
<noframes> noframe section
<noscript> noscript section
<object> embedded object
<ol> ordered list
<optgroup> option group
<option> option in a drop-down list
<p> paragraph
<param> parameter for an object
<pre> preformatted text
<q> short quotation
<s> Deprecated. strikethrough text
<samp> sample computer code
<script> script
<select> selectable list
<small> small text
<span> section in a document
<strike> Deprecated. strikethrough text
<strong> strong text
<style> style definition
<sub> subscripted text
<sup> superscripted text
<table> table
<tbody> table body
<td> table cell
<textarea> text area
<tfoot> table footer
<th> table header
<thead> table header
<title> document title
<tr> table row
<tt> teletype text
<u> Deprecated. underlined text
<ul> unordered list
<var> variable