Computer Studies
How will you set right direction of Marquee tag in an HTML document?
HTML Advanced Features
17 Likes
Answer
Right direction of the marquee tag can be set by using the attribute direction.
Syntax:
<marquee direction = "right">string of text</marquee>
Example:
<marquee direction = "right">Hello students</marquee>
Answered By
10 Likes