<a> |
<a> ... </a>
Create a hyperlink (href attribute) or fragment identifier (name attribute) within a document.
To create an anchor named info at some point in a document called doc.html, use the <a> tag with the name attribute:
<a name="info" >Information</a>
To provide a hyperlink to that point in doc.html, use the <a> tag with the href attribute appending the anchor name to the filename using a hash mark (#):
<a href="doc.html#info" >Link to information</a>
<abbr> |
<abbr> ... </abbr>
The enclosed text is an abbreviation.
<acronym> |
<acronym> ... </acronym>
The enclosed text is an acronym.
<address> |
<address> ... </address>
The enclosed text is an address.
<applet> |
<applet> ... </applet>
Define an executable applet within a text flow.
<area> |
<area>
Define a mouse-sensitive area in a client-side image map.
<b> |
<b> ... </b>
Format the enclosed text using a bold typeface.
<basefont> |
<basefont>
Specify the font size for subsequent text.
<bdo> |
<bdo> ... </bdo>
Bidirectional override; changes the rendering direction of the enclosed text.
<bgsound> |
<bgsound>
Define background audio for the document.
<big> |
<big> ... </big>
Format the enclosed text using a bigger typeface.
<body> |
<body> ... </body>
Delimit the beginning and end of the document body.
<br> |
<br>
Break the current text flow, resuming at the beginning of the next line.
<button> |
<button>
Create a push-button element within a <form>.
<caption> |
<caption> ... </caption>
Define a caption for a table.
<cite> |
<cite> ... </cite>
The enclosed text is a citation.
<code> |
<code> ... </code>
The enclosed text is a code sample.
<col> |
<col>
Set properties for a column (or columns) within a <colgroup> of a table.
<colgroup> |
<colgroup>
Set properties for designated column or columns within a table. Also indicates where vertical rules will be drawn when rules=groups is set in the <table> tag.
<comment> |
<comment> ... </comment>
Place a comment in the document. Comments will be visible in all other browsers. Comments can be placed within <!-- comment text —> for all browsers.
<dd> |
<dd> ... </dd>
Define the definition portion of an element in a definition list.
<del> |
<del> ... </del>
Delineate a deleted section of a document.
<dfn> |
<dfn> ... </dfn>
Format the enclosed text as a definition.
<dir> |
<dir> ... </dir>
Create a directory list containing <li> tags.
<div> |
<div> ... </div>
Create a division within a document.
<dt> |
<dt> ... </dt>
Define the definition term portion of an element in a definition list.
<em> |
<em> ... </em>
Format the enclosed text with additional emphasis.
<embed> |
<embed> ... </embed>
Embed an application into the document.
<fieldset> |
<fieldset> ... </fieldset>
Create a group of elements in a form.
<font> |
<font> ... </font>
Set the size, color, or typeface of the enclosed text.
<form> |
<form> ... </form>
Delimit a form.
<frame> |
<frame> ... </frame>
Define a frame within a frameset.
<frameset> |
<frameset> ... </frameset>
Define a collection of frames or other framesets.
<head> |
<head> ... </head>
Delimit the beginning and end of the document head.
<hr> |
<hr>
Break the current text flow and insert a horizontal rule.
<html> |
<html> ... </html>
Delimit the beginning and end of the entire HTML document.
<i> |
<i> ... </i>
Format the enclosed text in an italic typeface.
<iframe> |
<iframe> ... </iframe>
Define an inline frame.
<ilayer> |
<ilayer> ... </ilayer>
Define an inline layer.
<img> |
<img>
Insert an image into the current text flow.
<input type=button> |
<input type=button>
Create a push-button element within a <form>.
<input type=checkbox> |
<input type=checkbox>
Create a checkbox input element within a <form>.
<input type=file> |
<input type=file>
Create a file-selection element within a <form>.
<input type=hidden> |
<input type=hidden>
Create a hidden element within a <form>.
<input type=image> |
<input type=image>
Create an image input element within a <form>.
<input type=password> |
<input type=password>
Create a content-protected text-input element within a <form>.
<input type=radio> |
<input type=radio>
Create a radio-button input element within a <form>.
<input type=reset> |
<input type=reset>
Create a reset button within a <form>.
<input type=submit> |
<input type=submit>
Create a submit button within a <form>.
<input type=text> |
<input type=text>
Create a text input element within a <form>.
<ins> |
<ins> ... </ins>
Delineate an inserted section of a document.
<isindex> |
<isindex>
Create a "searchable" HTML document.
<kbd> |
<kbd> ... </kbd>
The enclosed text is keyboard-like input.
<keygen> |
<keygen> ... </keygen>
Generate key information in a form.
<label> |
<label> ... </label>
Define a label for a form control.
<layer> |
<layer> ... </layer>
Define a layer.
<legend> |
<legend> ... </legend>
Define a legend for a form field set.
<li> |
<li> ... </li>
Delimit a list item in an ordered (<ol>) or unordered (<ul>) list.
<link> |
<link>
Define a link in the document <head> between this document and another document. Currently this tag is implemented to provide links to style-sheet definition files and font definition files.
<listing> |
<listing> ... </listing>
Same as <pre width=n> ... </pre>; deprecated: don't use.
<marquee> |
<marquee> ... </marquee>
Create a scrolling-text marquee.
<menu> |
<menu> ... </menu>
Define a menu list containing <li> tags.
<meta> |
<meta>
Provides additional information about a document.
<multicol> |
<multicol> ... </multicol>
Format-enclosed HTML and text in multicolumn format. Text and elements will flow across specified number of columns to give them approximately equal length.
<nobr> |
<nobr> ... </nobr>
No breaks allowed in the enclosed text.
<noembed> |
<noembed> ... </noembed>
Define content to be presented by browsers that do not support the <embed> tag.
<noframes> |
<noframes> ... </noframes>
Define content to be presented by browsers that do not support frames.
<noscript> |
<noscript> ... </noscript>
Specify alternative content for browsers that do not support JavaScript. See Chapter 11 for more information on JavaScript.
<object> |
<object> ... </object>
Insert an object into the document. This tag is used to specify applets, OLE controls, and other media objects.
<ol> |
<ol> ... </ol>
Define an ordered list containing numbered (ascending) <li> elements.
<optgroup> |
<optgroup> ... </optgroup>
Define a group of options within a <select> element.
<option> |
<option> ... </option>
Define an option within a <select> item in a <form>.
<param> |
<param> ... </param>
Supply a parameter to the <applet> or <object> surrounding this tag.
<plaintext> |
<plaintext>
Render the remainder of the document as preformatted plain text.
<pre> |
<pre> ... </pre>
Render the enclosed text in its original, preformatted style, honoring line breaks and spacing.
<s> |
<s> ... </s>
The enclosed text is struck through with a horizontal line.
<samp> |
<samp> ... </samp>
The enclosed text is a sample.
<script> |
<script> ... </script>
Define a script within the document.
See Chapter 10 for more information on JavaScript.
<select> |
<select> ... </select>
Define a multiple-choice menu or scrolling list within a <form>, containing one or more <option> tags.
<server> |
<server> ... </server>
Define a LiveWire script.
<small> |
<small> ... </small>
Format the enclosed text using a smaller typeface.
<spacer> |
<spacer>
Insert a whitespace element in a document.
<strike> |
<strike> ... </strike>
The enclosed text is struck through with a horizontal line.
<strong> |
<strong> ... </strong>
Strongly emphasize the enclosed text.
<style> |
<style> ... </style>
Define one or more document level styles.
See Chapter 5 for more information on styles and style sheets.
<sub> |
<sub> ... </sub>
Format the enclosed text as a subscript.
<sup> |
<sup> ... </sup>
Format the enclosed text as a superscript.
<table> |
<table> ... </table>
<tbody> |
<tbody> ... </tbody>
Create a row group within a table.
<td> |
<td> ... </td>
Define a table data cell.
<textarea> |
<textarea> ... </textarea>
Define a multiline text input area within a <form>; content of the <textarea> tag is the initial, default value.
<tfoot> |
<tfoot>
Define a table footer.
<th> |
<th> ... </th>
Define a table header cell.
<thead> |
<thead>
Define a table heading.
<title> |
<title> ... </title>
Define the HTML document's title.
<tr> |
<tr> ... </tr>
Define a row of cells within a table.
<tt> |
<tt> ... </tt>
Format the enclosed text in typewriter-style (monospaced) font.
<ul> |
<ul> ... </ul>
Define an unordered list of bulleted <li> elements.
<var> |
<var> ... </var>
The enclosed text is a variable's name.
<wbr> |
<wbr>
Indicate a potential word-break point within a <nobr> section.
Copyright © 2003 O'Reilly & Associates. All rights reserved.