| Word |
Definition |
| <TH> . . . </TH> |
HTML tags indicating the header cell in a table. |
| <REL> |
An HTML attribute that indicates the relationship between the current document and a linked document. It appears within the anchor tag, as <A REL="x">, where "x" indicates the current document has the relationship of "x" with the linked document. |
| <REV> |
An HTML attribute that indicates the relationship between a linked document and the current document; the reverse of <REL>. If REV appears within the anchor tag, as <A REV="x">, then "x" indicates the linked document has the relationship of "x" with the current document. |
| <ROWSPAN> |
An HTML attribute that allows the cell to go over one line: <ROWSPAN=n>. |
| <SAMP> . . . </SAMP> |
HTML tags indicating sample text, input or output. It will appear in a typewriter font. Used for computer status messages. |
| <UL> . . . </UL> |
HTML tags for an unordered list. Each listed item will be bulleted. |
| <VAR> . . . </VAR> |
HTML tags indicating a variable or placeholder for some other value. |
| <VLINK="color"> |
An HTML attribute used within the BODY tag to set the color of links that have been visited. The format is <BODY VLINK="color">. |
| <WBR> |
An HTML tag indicating a word break. This will indicate where to start a new line if the browser needs to. |
| <U> . . . </U> |
HTML tags that indicate underlined text. |