How will you set right direction of Marquee tag in an HTML document?
17 Likes
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
How will you add border to a picture in an HTML document?
How will you resize a picture in an HTML document?
Write all the steps to insert pictures in an HTML document
Write all the steps to add borders to pictures in an HTML document