| HTML 4.01 Tags Reference |
| |
|
Ordered by: Alphabetical | Function
|
| |
| NOTE: Min. requirement Netscape and IE above version 3.0.
Some tags will work only with the lattest version browsers.
|
| |
| Tag |
Description |
| <!-- ... --> |
Comment |
| <!DOCTYPE> |
Document type |
| <a> |
Defines an anchor |
| <abbr> |
Abbreviation |
| <acronym> |
Acronym |
| <address> |
Address element |
| <applet> |
Deprecated.Defines an applet. USE <object> instead. |
| <area> |
Area inside an image map |
| <b> |
Defines bold text |
| <base> |
Base URL for all the links in a page |
| <basefont> |
Deprecated.A base font |
| <bdo> |
Direction of text display |
| <big> |
Big text |
| <blockquote> |
A long quotation |
| <body> |
Body element |
| <br> |
Inserts a single line break |
| <button> |
Defines a push button |
| <caption> |
Table caption |
| <center> |
Deprecated.Defines centered text |
| <cite> |
Defines a citation |
| <code> |
Computer code text |
| <col> |
Table columns |
| <colgroup> |
Groups of table columns |
| <dd> |
Definition description |
| <del> |
Defines deleted text |
| <dir> |
Deprecated. Defines a directory list. USE <UL> instead. |
| <dfn> |
Defines a definition term |
| <div> |
Defines a section in a document |
| <dl> |
Definition list |
| <dt> |
Definition term |
| <em> |
Emphasized text |
| <fieldset> |
Defines a fieldset |
| <font> |
Deprecated.Font face, size, and color of text |
| <form> |
Defines a form |
| <frame> |
A sub window is called as frame |
| <frameset> |
A 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> |
An image |
| <input> |
Input field |
| <ins> |
Inserted text |
| <isindex> |
Deprecated.
Creates a single-line text input field. USE INPUT element. |
| <kbd> |
Keyboard text |
| <label> |
Label for a form control |
| <legend> |
Title in a fieldset |
| <li> |
List item |
| <link> |
Defines a resource reference |
| <map> |
Image map |
| <menu> |
Deprecated.Menu list. USE <UL> instead. |
| <meta> |
Meta information |
| <noframes> |
Noframe section |
| <noscript> |
Defines a noscript section |
| <object> |
To embedd an 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> |
Defines a 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> |
Defines a table |
| <tbody> |
Table body |
| <td> |
Table cell |
| <textarea> |
Text area |
| <tfoot> |
Table footer |
| <th> |
Table header cell |
| <thead> |
Table header |
| <title> |
Document title |
| <tr> |
Table row |
| <tt> |
Teletype text |
| <u> |
Deprecated.Underlined text |
| <ul> |
Unordered list |
| <var> |
Defines a variable |
| <xmp> |
Deprecated.Defines preformatted text. USE <pre> instead |