Write a HTML Program to demonstrate the use of <Marquee> tag.
Code :marquee.html
<html>
<head>
<title>example of Marquee tag</title>
</head>
<body text=”white”>
<marquee behavior="alternate" direction="left" scrolldelay="45" Loop="10" bgcolor="purple"><
B>HELLO </B></marquee>
</body>
</html>
No comments:
Post a Comment