tags Flashcards
This specifies the height of the marquee. This can be a value like 10 or 20% etc.
height
This specifies the width of the marquee. This can be a value like 10 or 20% etc.
width
This specifies the direction in which marquee should scroll. This can be a value like up, down, left or right.
direction
This specifies the type of scrolling of the marquee. This can have a value like scroll, slide and alternate.
behavior
This specifies how long to delay between each jump. This will have a value like 10 etc.
scrolldelay
This specifies the speed of marquee text. This can have a value like 10 etc.
scrollamount
The default value is INFINITE, which means that the marquee loops endlessly.
loop
This specifies background color in terms of color name or color hex value.
bgcolor
This specifies horizontal space around the marquee. This can be a value like 10 or 20% etc.
hspace
This specifies vertical space around the marquee. This can be a value like 10 or 20% etc.
vspace
It can be set to either center, left or right.
align (embed)
This boolean attribute indicates if the media should start automatically. You can set it either true or false.
autostart (embed)
Specifies if the sound should be played continuously (set loop to true), a certain number of times (a positive value) or not at all (false)
loop (Embed)
Specifies the number of times to play the sound. This is alternate option for loop if you are using IE.
playcount (embeb)
Specifies if the multimedia object should be shown on the page. A false value means no and true values means yes.
hidden (embed)
Width of the object in pixels
width
Height of the object in pixels
height
A name used to reference the object.
name
URL of the object to be embedded.
src
Controls volume of the sound. Can be from 0 (off) to 100 (full volume).
volume