Tag |
Description |
| <HTML></HTML> | Document type |
| <HEAD></HEAD> | Header defination |
| <TITLE></TITLE> | Document title |
| <BODY></BODY> | Delineates body of document |
| <Hn></Hn> | Headings (n = number value) |
| <Hn ALIGN=left/center/right><Hn> | Align heading |
| <P></P> | Paragraph |
| <P ALIGN=left/center/right></Pn> | Align paragraph |
| <ADDRESS></ADDRESS> | Address field |
| <DIV><DIV> | Division |
| <BR> | Line break |
| <HR> | Horizontal rule |
| <UL></UL> | Unorered list |
| <OL></OL> | Numbered (ordered) list |
| <LI></LI> | List item |
| <IMG SRC = "xyz.gif" ALIGH="left" ALT="text"> | Display an image |
| <TABLE attributes></TABLE> | Define table |
| <TR attributes></TR> | Define row |
| <TD attribures></TD> | Define cell |
| <A HREF="URL"></A> | Link to URL |
| <A HREF="URL"#lable></A> | Link to a specific location (bookmark) |
| <A HREF="#lable"></A> | Link to a specific location |
| <A NAME="#lable"></A> | Set location for bookmark |
| <FRAMESET ROW=n COLS=n><FRAMESET> | Lay out the frame |
| <FRAME attributes></FRAME> | Define a frame |
| <FORM ACTION="URL" METHOD=GET/POST></FORM | Define a form |
| <SELECT attribute></SELECT> | Selection field (pulldown menu) |
| <OPTION attribute></OPTION> | Return value of the option choice |
| <INPUT attribute></INPUT> | Set the type of input field (defaul text) otherwise:button, radio, image, text. |