InterviewSolution
Saved Bookmarks
| 1. |
What is marquee? |
|
Answer» <marquee> is USED to PUT the text scrolling which is in scrolling MODE on a web page. It scrolls the text or IMAGES up, down, left or right automatically. You have to put the content which you want to scroll in between the <marquee>......</marquee> tag. |
|