HTML Marquees

The HTML marquee element is used to insert a scrolling area of text. This is created by using HTML <marquees> tag.

Indroduction

<img src ="sample_img.jpg" width="150" height="150" alt="Sample Map" usemap="#sampleMap">
<marquee direction = "left"> This text will scroll from right to left</marquee>
Output
This text will scroll from right to left