Friday, October 17, 2014

Write a HTML Program to demonstrate the use of <Marquee> tag


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: