marquee
marquee-play
marquee-direction
none of the mentioned
Answer is Right!
Answer is Wrong!
The correct answer is C. marquee-direction.
The marquee-direction property specifies the direction in which a marquee should move. It can have the following values:
- left: The marquee moves from left to right.
- right: The marquee moves from right to left.
- up: The marquee moves from top to bottom.
- down: The marquee moves from bottom to top.
- alternate: The marquee moves in a zigzag pattern.
The marquee property is deprecated in HTML5 and should not be used in new code.