Scroll a text with the tag <marquee>
The tag
<marquee>, belonging to Internet Explorer, allows a text placed between the start and end of the tag to move in a desired direction
within a scroll box.
<marquee bgcolor="yellow" width="20%" direction="right" loop="0"> Scrolling text </marquee>
You can configure the colour of the box (
BGCOLOR), its size in relation to the page width (
width), scrolling direction (
direction) and the number of repetitions for the scroll effect (
0 is used for continuous scrolling)
Discover all Webmaster tips.