Search This Blog

HTML Marquee Tag With Loop Attribute Example

HTML Marquee Tag With Loop Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Marquee Tag With Loop Attribute Example </h2>
<marquee direction="right" loop="1" > <font color="red">marquee direction right and loop </font></marquee>
<br/>
<p>
In Marquee Loop attribute can change the text display property like when we use loop=1 the only one time marquee can visible.
</p>
</body>
</html>
OUTPUT

No comments:

Post a Comment