HTML 3.2 Reference

Graphics and Multimedia


Choose A Topic:


Horizontal Rule (Line) <HR></HR>
Size <HR Size=5></HR>
Specifies the width of the line. Can be a number of pixels or a percentage.

Width <HR Width=100%></HR>
Specifies the length of the line compared to the window. Can be a number of pixels or a percentage.

Color <HR Color=#FF00></HR>
Specifies the color of the line in IE only. Colors can be a named constant or a hex value. You can use FreeEdit's Color Dialog to help insert colors with ease.

NOSHADE <HR NOSHADE></HR>
The line will appear flat, not 3d.

Align <HR Align=Center></HR>
Specifies the horizontal alignment. Can be Left, Right, or Center.

Marquee (IE Only) <MARQUEE></MARQUEE>
Height <MARQUEE Height=5%></MARQUEE>
Specifies the Height of the marquee. Can be a number of pixels or a percentage.

Width <MARQUEE Width=100%></MARQUEE>
Specifies the width of the marquee. Can be a number of pixels or a percentage.

BgColor <MARQUEE BgColor=#FF00></MARQUEE>
Specifies the background color of the marquee. Colors can be a named constant or a hex value. You can use FreeEdit's Color Dialog to help insert colors with ease.

Behavior <MARQUEE Behavior=Slide></MARQUEE>
Specifies how the text will move. Can be Slide, Scroll, or Alternate. Slide will slide the text in from one side, and it will stop when it hits the other side. Scroll (default) causes the text to scroll from one side through the other. Alternate causes the text to bounce between the sides.

Direction <MARQUEE Direction=left></MARQUEE>
Specifies the initial direction the text will move from. Can be left or right.

Loop <MARQUEE Loop=-1></MARQUEE>
Specifies the number of times the marquee text will move. Can be any number. -1 is infinite looping.

VAlign <MARQUEE VAlign=Top></MARQUEE>
Specifies the vertical alignment of the text in the marquee. Can be Top, Middle, or Bottom.

Align <MARQUEE Align=Center></MARQUEE>
Specifies the alignment of the marquee on the page. Can be Left, Right, or Center.

MarginHeight <MARQUEE Marginheight=3></MARQUEE>
Specifies the vertical spacing between the marquee's border and the text in it. Can be a number of pixels or a percentage.

MarginWidth <MARQUEE Marginwidth=3></MARQUEE>
Specifies the horizontal spacing between the marquee's border and the text in it. Can be a number of pixels or a percentage.

ScrollAmount <MARQUEE ScrollAmount=3></MARQUEE>
Specifies the number of pixels that the text will move each time.

ScrollDelay <MARQUEE ScrollDelay=3></MARQUEE>
Specifies the number of milliseconds between the movement of the marquee.

Image <IMG></IMG>
Height <IMG Height=15></IMG>
Specifies the height of the image in pixels. If the number is different than the actual size of the image, the browser will resize the image to the size specified. This will result in a loss of quality in the image.

Width <IMG Width=15></IMG>
Specifies the width of the image in pixels. If the number is different than the actual size of the image, the browser will resize the image to the size specified. This will result in a loss of quality in the image.

Src <IMG Src=></IMG>
Specifies the location of the image file. Can be a .gif or .jpg image.

Border <IMG Border=0></IMG>
Specifies a border around the image in pixels.

Align <IMG Align=Top></IMG>
Specifies the alignment of text next to the image if the text exists. Can be Left, Right, Middle, Top, Bottom, ABSMiddle, ABSTop, ABSBottom.

DynSrc <IMG DynSrc=></IMG>
Specifies the location of the movie file. Can be a .mov, .avi, .mpg movie.

Loop <IMG Loop=2></IMG>
Specifies the number of times to play the movie file. -1 is infinite.

Start <IMG Start=FileOpen></IMG>
Specifies when to begin playing the movie. Can be MouseOver or FileOpen.

Controls <IMG CONTROLS></IMG>
Specifies that controls should be shown to help control the movie, such as play, stop, pause, fast forward, and rewind.

UseMap <IMG USEMAP="MyMap"></IMG>
Specifies that the image should be used as an image map.

Background Sound <BgSound></BgSound>
Src <BgSound Src=></BgSound>
Specifies the location of the sound file. Can be a .wav, .au, or .mid file.

Loop <BgSound Loop=2></BgSound>
Specifies the number of times to play the sound file. -1 is infinite.

Inline Sounds <BgSound></BgSound>
See Links.

Image Map <MAP></MAP>
Name <MAP Name="#MyMap"></MAP>

Area <AREA Type="Poly" Coords="23,45 28,45" Href="NewPage.html"></AREA>
     Type can be Poly, Cirlce, or Rect.
     Coords specify the points of the item.
     Href is the new location to load when the image is clicked.


Return To HTML Menu


© Hathaway Computer Services
http://www.flash.net/~slhath
E-Mail: slhath@flash.net