Monday, January 3, 2011

HTML Tag


HTML Tag Reference
TagDescription
<html>Defines an HTML document
<body>Defines the document's body
<h1> to <h6>Defines HTML headings
<hr />Defines a horizontal line
<!-->Defines a comment
<p>Defines a paragraph
<br />Inserts a single line break
HTML Text Formatting Tags
<b>Defines bold text
<big>Defines big text
<em>Defines emphasized text
<i>Defines italic text
<small>Defines small text
<strong>Defines strong text
<sub>Defines subscripted text
<sup>Defines superscripted text
<ins>Defines inserted text
<del>Defines deleted text
HTML "Computer Output" Tags
<code>Defines computer code text
<kbd>Defines keyboard text
<samp>Defines sample computer code
<tt>Defines teletype text
<var>Defines a variable
<pre>Defines preformatted text
HTML Citations, Quotations, and Definition Tags
<abbr>Defines an abbreviation
<acronym>Defines an acronym
<address>Defines contact information for the author/owner of a document
<bdo>Defines the text direction
<blockquote>Defines a long quotation
<q>Defines a short quotation
<cite> Defines a citation
<dfn>Defines a definition term
HTML Styles Tags
<center>Defines centered content
<font> and <basefont>Defines HTML fonts
<s> and <strike>Defines strikethrough text
<u>Defines underlined text
align Defines the alignment of text
bgcolorDefines the background color
color Defines the text color
HTML Link Tags
<a> Defines an anchor
HTML Image Tags
<img /> Defines an image
<map> Defines an image-map
<area /> Defines a clickable area inside an image-map
HTML Table Tags
<table> Defines a table
<th> Defines a table header
<tr> Defines a table row
<td> Defines a table cell
<caption> Defines a table caption
<colgroup> Defines a group of columns in a table, for formatting
<col /> Defines attribute values for one or more columns in a table
<thead> Groups the header content in a table
<tbody>Groups the body content in a table
<tfoot>Groups the footer content in a table
HTML List Tags
<ol>Defines an ordered list
<ul>Defines an unordered list
<li>Defines a list item
<dl>Defines a definition list
<dt>Defines an item in a definition list
<dd>Defines a description of an item in a definition list
HTML Form Tags
<form> Defines an HTML form for user input
<input />Defines an input control
<textarea>Defines a multi-line text input control
<label>Defines a label for an input element
<fieldset>Defines a border around elements in a form
<legend>Defines a caption for a fieldset element
<select>Defines a select list (drop-down list)
<optgroup>Defines a group of related options in a select list
<option>Defines an option in a select list
<button>Defines a push button
HTML Frame Tags
<frameset>Defines a set of frames
<frame />Defines a sub window (a frame)
<noframes>Defines a noframe section for browsers that do not handle frames
<iframe>Defines an inline sub window (frame)

No comments: