| <AREA> |
HTML tag which indicates an imagemap object or hotspot.
|
| <COLSPAN> |
An HTML attribute that allows the cell to go over one column: <COLSPAN=n>.
|
| <BORDER> |
HTML attribute used with a table to indicate a border is to be drawn. The size of the border is indicated as <BORDER=n>, where "n" is the number of pixels.
|
| <CELLSPACING> |
An HTML attribute used with a table that indicates the spacing between cells of the table: <CELLSPACING=n>; "n" indicates the number of pixels.
|
| <CELLPADDING> |
An HTML attribute used with a table that indicates the spacing between the border of a table cell and its contents: <CELLPADDING=n>; "n" indicates the number of pixels.
|
| <HTML> . . . </HTML |
HTML tags that enclose the entire HTML document.
|
| <HEAD> . . . </HEAD |
HTML tags that enclose the head of the HTML document.
|
| <ISINDEX> |
An HTML attribute indicating a gateway script that allows searches.
|
| <H1> |
An HTML tag indicating a level one heading.
|
| <H2> |
An HTML tag indicating a level 2 heading.
|
| <H3> |
An HTML tag indicating a level 3 heading.
|
| <H4> |
An HTML tag indicating a level 4 heading.
|
| <H5> |
An HTML tag indicating a level 5 heading.
|
| <H6> |
An HTML tag indicating a level 6 heading.
|
| <I> . . . </I&g |
HTML tags indicating italic text.
|
| <HR> |
An HTML tag that makes a horizontal rule across the document.
|
| <IMG SRC=". . . &quo |
HTML tags used to insert an image into a document. The URL for the image is inserted at ". . . ".
|
| <FORM> . . . </FORM |
HTML tags used to indicate a form.
|
| <HREF> |
Hypertext Reference. Used within a hypertext anchor to create a link to another HTML document. The format is <A HREF="http://documenturl.net/">hyperlink</A>.
|
| <ISMAP> |
An attribute of the HTML <IMG> tag which indicates the picture is an imagemap. The format is <IMG SRC="..." ISMAP>. If the picture is viewed with a browser and a point on the picture is selected with a mouse click, the coordinates of the selected spot will be communicated to a gateway script for processing. To the user, this means that a link will open which gives more details about that spot on the map.
|
| <FRAMESET . . . > . . . &a |
HTML tags that set up frames for a page. The attributes specifying columns, row, borders, etc. are within the <FRAMESET . . . > tag.
|
| <FRAME . . . > |
An HTML tag that defines a frame, within the FRAMESET tags. The attributes of NAME, SRC, MARGINHEIGHT, MARGINWIDTH, etc. are included here.
|
| <INPUT . . . > |
An HTML tag for an object included in a form; for example, a field, a checkbox, or a radio button.
|
| <FONT . . . > . . . &l |
HTML tags used to describe the kind of type used in a file. Attributes such as size, color, and typeface are specified within the <FONT . . . > tag. The format is <FONT SIZE=n COLOR=color FACE=font1,font2, . . . >.
|
| <IMG> |
An HTML tag used to indicate the placement of an inline image.
|