Tips
All Tips ]

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)

Scrolling text

Discover all Webmaster tips.