InterviewSolution
Saved Bookmarks
| 1. |
Which attribute of tag is used to set the movement of the object |
|
Answer» The MARQUEE direction attribute in HTML is used to set the direction of scrolling. The default direction of scrolling is left. Possible VALUES are up, down, left, right.
Syntax: |
|