Menu

HTML TUTORIALS - HTML Marquees

HTML Marquees

ADVERTISEMENTS


<marquee attribute_name="attribute_value"....more attributes>

One or more lines or text message or image

</marquee>

ADVERTISEMENTS

<marquee>This is basic example of marquee</marquee>

ADVERTISEMENTS

This is basic example of marquee

<marquee width="50%">This example will take only 50% width</marquee>

This example will take only 50% width

<marquee direction="right">This text will scroll from left to right</marquee>

This text will scroll from left to right

<marquee direction="up">This text will scroll from bottom to up</marquee>

This text will scroll from bottom to up