The Marquee Tag

Specific Attributes

Attribute Value Description
Behavior scroll slide alternate Defines the type of scrolling.
width Pixels or % Defines the width of marquee..
Height Pixels or % Defines the eight of marquee..
Direction Up Down Left Right Defines the direction of scrolling the content
Bgcolor rgb(x,x,x) #xxxxxx colorname Deprecated − Defines the direction of scrolling the content.

HTML Example:

<!Doctype html >
<html>
<Center>
<head>
<title>Docoment title</title>
</head>
<body>
<h1>This is A Sample Heading </h1>
<h2>This is A Sample Heading </h2>
<h3>This is A Sample Heading </h3>
<h4><marquee direction="right" scrollamount="6" >This is A Sample Heading</marquee> </h4>
<p>
To break lines<br>in a text,use the br element.
</p>
</body>
<Center>
</html>

Definition and Usage of Center Tag

HTML <br>Tag

Differences Between HTML and XHTML