| <applet> ... </applet> |
Define an Applet. |
| |
align=position |
Align the <applet> to thetop, middle, bottom~, left,right, absmiddle, baseline or absbottom of the line. |
| |
alt=string |
Alternative text to replace the <applet> region within browsers that support the tag, but can not execute. |
| |
code=class* |
The class name of the code to be executed. |
| |
codebase=url |
URL from which the code is retrieved. |
| |
height=n |
The height of the <applet> region in pixels. |
| |
hspace=n |
Additional space to allow to the left and right of the <applet> region in pixels. |
| |
name=string |
Name of this particular instance of the <applet>. |
| |
vspace=n |
Additional space to allow to the above and below of the <applet> region in pixels. |
| |
width=n |
The width of the <applet> region in pixels. |
| <param> ... </param> |
Supply a parameter to a containing <applet>. |
| |
name=string |
Define the name of the parameter. |
| |
value=string |
Define the value of the parameter. |
| <bgsound>~ |
Define background audio for the document. |
| |
loop=value |
Set the number of times to play the audio. value be an integer or infinite. |
| |
src=url |
Provide the URL of the audio file to be played. |
| <img> |
Insert an image in to the current text flow. |
| |
align=type |
Netscape: Align the image to either top, middle, bottom+, left, right , absmiddle, baseline or absbottom of the text. Internet Explorer: Align the image to either top, middle, bottom+, left, or right of the text in the line. |
| |
alt=text |
Alternative text for non-image capable browsers. |
| |
border=n |
A border of thickness n pixels around images contained within hyperlinks. |
| |
controls~ |
Add playback controls for embedded video clips. |
| |
dynsrc=url |
The URL of a video clip to be displayed. |
| |
height=n |
The height of the image in scan lines. |
| |
hspace=n |
n pixels of space added to the left an right of the image. |
| |
ismap |
indicate that the image is mouse-selectable when used within an <a> tag. |
| |
loop=value |
The number of times to play the video, an integer value or infinite. |
| |
lowsrc=url |
A low resolution image to be loaded by the browser first, followed by the image specified by the src attribute. |
| |
src=url* |
The source URL of the image to be displayed. |
| |
start=start |
When to play the video clip, either fileopen or mouseover. |
| |
usemap=url |
The map of coordinates and links that define the hypertext links within this image. |
| |
vspace=n |
n pixels of vertical space is added at the top and bottom of the image. |
| |
width=n |
The width of the image in pixels. |
| <map> ... </map> |
Define a map containing hotspots in a client-side image map. |
| |
name=string* |
Define the name of the map. |
| <area> |
Define a mouse sensitive area in a client-side image map. |
| |
coords=list |
A comma separated list of coordinates that define the edge of the area. |
| |
href=url |
The URL of a hyper link target associated with this area. |
| |
nohref |
Indicate that no document is associated with the area. |
| |
shape=shape |
Shape of the region. It can be circ or circle, poly or polygon, rect or rectangle. |
* required