HTML Marquee Tag With Width Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Marquee Tag With Width Attribute Example </h2>
<marquee bgcolor="lightgreen" width="200"> Marquee Direction </marquee>
<br/>
<p> In Marquee Width attribute can change the floating width size with the marquee text </p>
</body>
</html>
OUTPUT<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Marquee Tag With Width Attribute Example </h2>
<marquee bgcolor="lightgreen" width="200"> Marquee Direction </marquee>
<br/>
<p> In Marquee Width attribute can change the floating width size with the marquee text </p>
</body>
</html>
No comments:
Post a Comment