Search This Blog

HTML Marquee Tag With Behavior Attribute Example

HTML Marquee Tag With Behavior Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Marquee Tag With Behavior Attribute Example </h2>

<marquee bgcolor="red" width="500" behavior="alternate"> <<< Marquee Direction >>> </marquee>
<br/>
<p> In Marquee Behavior attribute can float the text to right to left and left to right both </p>
</body>
</html>
OUTPUT

No comments:

Post a Comment