HTML Marquee Tag With Scrollamount Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Marquee Tag With Scrollamount Attribute Example </h2>
<marquee bgcolor="red" width="500" behavior="alternate" scrollamount="1000"> Marquee Direction </marquee>
<br/>
<p> In Marquee Scrollamount attribute can increase the floating text Speed </p>
</body>
</html>
OUTPUT<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Marquee Tag With Scrollamount Attribute Example </h2>
<marquee bgcolor="red" width="500" behavior="alternate" scrollamount="1000"> Marquee Direction </marquee>
<br/>
<p> In Marquee Scrollamount attribute can increase the floating text Speed </p>
</body>
</html>
No comments:
Post a Comment