HTML Page Structure

HTML Elements
HTML Attributes


HTML Marquee Tag

You might have come across animated text or images on many websites for example text moving continuously across the screen or image bouncing back,forth, left or right across the screen automatically. All this can be made possible using HTML Marquee Tag. There are many ways to animate text with the marquee tag in HTML.

Marquee Attributes List

The below table contains Marquee Attributes and their description which is supported by HTML version.

Attribute NameAttribute ValueAttribute Description
directionleftit moves text left
directionrightit moves text right
directionupit moves text up
directiondownit moves text down
behaviorscrollit scrolls text
behaviorslideit slides text
behavioralternateit bounces text back & forth
loopnumbernumber of the loops
scrolldelaymillisecondsit sets the delay
scrollamountpixelsit sets the amount of movement

Syntax

Left Marquee Example

This will produce following result

Left marquee

Right Marquee Example

This will produce following result

Right marquee

Up Marquee Example

This will produce following result

Up marquee

Down Marquee Example

This will produce following result

Down marquee

Scroll Marquee Example

This will produce following result

Scroll marquee

Sliding Marquee Example

This will produce following result

Slide marquee

Alternate Marquee Example

This will produce following result

Alternate marquee

Loop Marquee Example

This will produce following result

scroll loop 3 times

Scrolldelay Marquee Example

This will produce following result

SCROLLDELAY 350

Scrollamount Marquee Example

This will produce following result

SCROLLAMOUNT equals 10

Image Marquee Example

This will produce following result

Background Marquee Example

This will produce following result

www.techstrikers.com