HTML A-Z Quick Reference
(Last Update 17:31 on Wednesday, 02 April 2003)
- <I> ... </I>
- Specifies that enclosed text is formatted in italics.
- <IFRAME ... >
- IE:3.0 Specifies a contained document.
- SRC=...
- The document to load into the frame.
- NAME=...
- The name of the frame, used by the TARGET= attribute.
- HEIGHT=...
- The height of the frame in pixels or %.
- WIDTH=...
- The width of the frame in pixels or %.
- ALIGN=...
- How the frame aligns with text: LEFT, RIGHT, TOP or BOTTOM.
- HSPACE=...
- How much space should be left on each side of the frame.
- VSPACE=...
- How much space should be left above and below the frame.
- <ILAYER ... >
...
</ILAYER>
- NN:4.0 Roughly equivalent to <SPAN STYLE="position: relative;">
- ID=...
- The JavaScript name of the layer.
- LEFT=...
- The horizontal offset of the layer.
- TOP=...
- The vertical offset of the layer.
- SRC=...
- The URL to load the content from, instead of inline content.
- Z-INDEX=...
- Specifies the absolute stacking order of the layer.
- ABOVE=...
- Specifies that the layer stacks immediately above an existing layer.
- BELOW=...
- Specifies that the layer stacks immediately below an existing layer.
- WIDTH=...
- The width of the content in pixels or %.
- HEIGHT=...
- The height of the content in pixels or %.
- CLIP=...
- The viewable area of the layer.
- VISIBILITY=...
- Can be SHOW, HIDDEN or INHERIT. Defaults to INHERIT.
- BGCOLOR=...
- The colour of the background.
- BACKGROUND=...
- The URL of an image to tile into the background of the layer.
- <IMG ... >
- Specifies an image.
- SRC=...
- The URL of the image.
- LOWSRC=...
- A smaller image which loads quickly to give the main image time to load.
- ALT=...
- Text to display if images are disabled or unavailable. Sometimes rendered as a tool tip.
- ALIGN=...
- How the image aligns with text: LEFT, RIGHT, TOP or BOTTOM. NN:3.0 ABSMIDDLE, ABSBOTTOM, TEXTTOP, MIDDLE or BASELINE.
- BORDER=...
- NN:1.1 Specifies the width of the border in pixels. Can be used to turn off the default link border.
- HEIGHT=...
- NN:1.1 The height of the image in pixels or %.
- WIDTH=...
- NN:1.1 The width of the image in pixels or %.
- HSPACE=...
- NN:1.1 How much space should be left on each side of the image.
- VSPACE=...
- NN:1.1 How much space should be left above and below the image.
- ISMAP
- Indicates that clicked coordinates of the image are sent to a linked server-side image map.
- USEMAP=...
- The URL of a client-side image <MAP>.
- NAME=...
- The JavaScript name of the image.
- SUPPRESS=...
- NN:4.0 Set to TRUE to stop the unloaded image icon appearing during loading.
- <INPUT ... >
- Specifies a form input element.
- TYPE=...
- The type of element, BUTTON, CHECKBOX, HIDDEN, IMAGE, PASSWORD, RADIO, RESET, SUBMIT, TEXT, or IE:4.0;NN:2.0 FILE.
- ALIGN=...
- NN:1.1 How am image element aligns with text: LEFT, RIGHT, TOP or BOTTOM. NN:3.0 ABSMIDDLE, ABSBOTTOM, TEXTTOP, MIDDLE or BASELINE.
- CHECKED
- Indicates that a checkbox or radio element should be checked.
- MAXLENGTH=...
- The maximum number of characters that a text or password element can accept.
- NAME=...
- The name of the element.
- SIZE=...
- The size of a text or password element.
- SRC=...
- The URL of the image element.
- ALT=...
- Text to display if images are disabled or unavailable. Sometimes rendered as a tool tip.
- VALUE=...
- The value to be submitted. Defaults to ON for checkbox and radio elements. Initializes text, password, button, reset and submit elements. Images submit the click coordinates (c.f. ISMAP).
- <INS> ... </INS>
- Specifies an insertion.
- <ISINDEX ... >
- Specifies a simple search. Roughly equivalent to <FORM>Search: <INPUT NAME=ISINDEX></FORM>.
- PROMPT=...
- (IE;NN:1.1) The text used to prompt the search.
- ACTION=...
- (IE;NN:Undocumented) The URL to which the search is submitted.
- ID=...
- < ... >
- NN:4.0;IE:3.0 Specifies the name of style to apply to the element. IE:4.0 Allows the element to be the target of a link using the # syntax.
- <ILAYER ... >
- The JavaScript name of the layer.
- <LAYER ... >
- The JavaScript name of the layer.
- ISMAP
- <IMG ... >
- Indicates that clicked coordinates of the image are sent to a linked server-side image map.
A B C D E F G H I K L M N O P Q R S T U V W X Z

38.107.191.102