Computer Studies

How will you set right direction of Marquee tag in an HTML document?

HTML Advanced Features

18 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

11 Likes


Related Questions