|
|
|
|
|
|
Graphics and
Sound |
|
TITLE
|
TAG &
DESCRIPTION |
|
Display Image |
<IMG SRC="URL"> |
|
displays image from the
indicated URL, The IMG stands for image. The SRC stands for source. The
source of the image is going to be the net address of the image. the
filename or address of the image IS case sensitive,
<IMG SRC="http://www.mydomain.com/pictures/image.jpg"> |
|
Alignment |
<IMG SRC="URL" ALIGN=
TOP|BOTTOM|MIDDLE|LEFT|RIGHT> |
|
aligns the image |
|
Alternate |
<IMG SRC="URL" ALT="***">
|
|
displays the name/ description
of image if image not displayed |
|
Dimensions |
<IMG SRC="URL" WIDTH=? HEIGHT=?>
|
|
the dimensions, in pixels, of
the image |
|
Dimensions % |
<IMG SRC="URL" WIDTH=% HEIGHT=%>
|
|
dimensions as percentage of page
width/height |
|
Border |
<IMG SRC="URL" BORDER=?>
|
|
border, in pixels, around the
image |
|
Image map |
<IMG SRC="URL" ISMAP>
|
|
linking of a portion of an image
(requires a script) |
|
Movie Clip |
<IMG DYNSRC="***" START="***"
LOOP=?>
|
|
insert movie clip |
|
Background Sound
|
<BGSOUND SRC="***"
LOOP=?|INFINITE> |
|
insert sound clip |
|
Embed Object |
<EMBED SRC="URL"> |
|
insert object into page, The
sound interface will be placed right on the page and can be configured to
start automatically, repeat over and over, or just play through once.
Here is an example using
multiple commands:
<EMBED src="http://www.mydomain.com/nicesound.wav"
width="144" height="60" autostart="true" loop="true" hidden="true"> |
|
Object Size |
<EMBED SRC="URL" WIDTH=?
HEIGHT=?> |
|
size, in pixels of embedded
object |
|
Object |
<OBJECT> </OBJECT> |
|
embedded object |
|
Parameters |
<PARAM> |
|
named property value |
|
|