Tag Type | Tag Description |
| |
Input Tags | <form>—Defines a form. |
| The following attributes are not supported: accept, |
| accept charset, enctype, target, class, id, style, title, dir, |
| lang, and accesskey. |
| |
| <input>—Defines an input field. |
| The following attributes are not supported: accept, align, |
| alt, disabled, maxlength, readonly, size, arc, |
| type:button, type:file, type:image, class, is, style, title, |
| dir, lang, accesskey. |
| |
| <textarea>—Defines a text area. |
| |
| <button>—Defines a push button. |
| |
| <select>—Defines a selectable list. |
| |
| <optgroup>—Defines an option group. |
| |
| <option>—Defines an item in a list box. |
| |
| <label>—Defines a label for a form control. |
| |
| <fieldset>—Defines a fieldset. |
| |
| <legend>—Defines a title in a fieldset. |
| |
| <isindex>—Deprecated. Defines a single-line input |
| field. |
| |
List Tags | <ul>—Defines an unordered list. |
| |
| <ol>—Defines an ordered list. |
| |
| <li>—Defines a list item. |
| |
| <dir>—Deprecated. Defines a directory list. |
| |
| <dl>—Defines a definition list. |
| |
| <dt>—Defines a definition term. |
| |
| <dd>—Defines a definition description. |
| |
| <menu>—Deprecated. Defines a menu list. |
| |
Image Tags | <img>-Defines an image. |
| The following attributes are not supported: alt, align, |
| border, hspace, ismap, longdesc, usemap, vspace, id, |
| class, title, style, xml:lang, and lang |
| |
| <map>—Defines an image map. |
| |
| <area>—Defines an area inside an image map. |
| |