HTML Tag and Attribute Reference


<I>
<I> . . . </I>
Format the enclosed text in an italic typeface.



<IFRAME>
<IFRAME> . . . </IFRAME>
Define an inline frame.

Attributes
align="left | right | top | middle | bottom"
Specifies how to align the iframe according to the surrounding text

frameborder="1 | 0"
Specifies whether or not to display a frame border

height="pixels | %"
Defines the height of the iframe

longdesc="URL"
A URL to a long description of the frame contents

marginheight="pixels"
Defines the top and bottom margins of the iframe

marginwidth="pixels"
Defines the left and right margins of the iframe

name="frame_name"
Specifies a unique name of the iframe (to use in scripts)

scrolling="yes | no | auto"
Define scroll bars

src="URL"
The URL of the document to show in the iframe

width="pixels | %"
Defines the width of the iframe




<ILAYER>
<ILAYER> . . . </ILAYER>
N* Define an inline layer.

Attributes
...



<IMG>
<IMG>
Insert an image into the current text flow.

Attributes
align=type
Align the image to either the top, middle, bottom (default), left, or right of the text in the line. For Netscape, additionally align to textop, absmiddle, absbottom, or baseline of the text.

alt=text
Provide descriptive text for nonimage-capable browsers, tool tips, telephone numbers, and search engines.

border=n
Set the pixel thickness of the border around images contained within hyperlinks.

controls
IE* Add playback controls for embedded video clips.

dynsrc=url
IE* Specify the URL of a video clip to be displayed.

height=n
Specify the height of the image in pixels.

hspace=n
Specify the space, in pixels, to be added to the left and right of the image.

ismap
Indicate that the image is mouse-selectable when used with an <a> tag.

longdesc=url
Provide the URL of a document describing the image.

loop=value
IE* Set the number of times to play the video; value may be an integer or the value infinite.

lowsrc=url
N* Specify the low-resolution image to be loaded by the browser first, followed by the image specified by the src= attribute.

src=url
Specify the source URL of the image to be displayed (required).

name=name
N* Provide a name for the image for the use by JavaScript.

onabort=applet
N* Provide an applet to be run if the loading of the image is aborted.

onerror=applet


onload=applet
N* Provide an applet to be run if the laoding of the image is successful.

start=start
IE* Specify when to play the video clip, either fileopen or mouseover.

usemap=url
Specify the map of coordinates and links that define the hypertext links within this image.

vspace=n
Specify the vertical space, in pixels, added to the top and bottom of the image.

width=n
Specify the width of the image in pixels.



<INPUT>
<INPUT TYPE=BUTTON>
Create a push-button element within a <form>.

Attributes
...



<INS>
<INS> . . . </INS>
Delineate an inserted section of a document.

Attributes
cite=url
Specify the URL of the document justifying the insertion.

datetime=date
Specify the date and time of the insertion.



<ISINDEX>
<ISINDEX>
Create a "searchable" HTML document.

Attributes
...