tags Flashcards

1
Q

This specifies the height of the marquee. This can be a value like 10 or 20% etc.

A

height

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

This specifies the width of the marquee. This can be a value like 10 or 20% etc.

A

width

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This specifies the direction in which marquee should scroll. This can be a value like up, down, left or right.

A

direction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

This specifies the type of scrolling of the marquee. This can have a value like scroll, slide and alternate.

A

behavior

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

This specifies how long to delay between each jump. This will have a value like 10 etc.

A

scrolldelay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

This specifies the speed of marquee text. This can have a value like 10 etc.

A

scrollamount

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The default value is INFINITE, which means that the marquee loops endlessly.

A

loop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

This specifies background color in terms of color name or color hex value.

A

bgcolor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

This specifies horizontal space around the marquee. This can be a value like 10 or 20% etc.

A

hspace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

This specifies vertical space around the marquee. This can be a value like 10 or 20% etc.

A

vspace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

It can be set to either center, left or right.

A

align (embed)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

This boolean attribute indicates if the media should start automatically. You can set it either true or false.

A

autostart (embed)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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)

A

loop (Embed)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Specifies the number of times to play the sound. This is alternate option for loop if you are using IE.

A

playcount (embeb)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Specifies if the multimedia object should be shown on the page. A false value means no and true values means yes.

A

hidden (embed)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Width of the object in pixels

A

width

17
Q

Height of the object in pixels

A

height

18
Q

A name used to reference the object.

A

name

19
Q

URL of the object to be embedded.

A

src

20
Q

Controls volume of the sound. Can be from 0 (off) to 100 (full volume).

A

volume