MARQUEE TAG
Code :
<!doctype html>
<html>
<head>
<title>The marquee tag</title>
</head>
<body>
<h1>The marquee tag</h1>
<p>The HTML <marquee> tag is used for scrolling piece of text or image displayed either horizontally across or vertically down your web site page depending on the settings.
</p>
<p><b>Example :</b></p>
<marquee scrolldelay="100" direction="left" bgcolor="cyan" >This is basic example of marquee</marquee>
<marquee scrolldelay="200" direction="up" bgcolor="deeppink" height="300px">
The marquee text with the up direction..
</marquee>
</body>
</html>
Web View :
Come again Learn again !
< iCodeBuzz />
No comments:
Post a Comment