|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<MARQUEE></MARQUEE>Define a visual scrolling area |
|
|
Text contained in this element scrolls. The default direction in MS IE, Netscape and FireFox is right to left. As an example:
<html>
<head>
.
.
</head>
<body>
<marquee>Scrolling line 1</marquee>
.
.
</body>
</html>
If you wanted to have two lines scroll use the <br /> element like:
<html>
<head>
.
.
</head>
<body>
<marquee>Scrolling line 1<br />line 2</marquee>
.
.
</body>
</html>
There are a number of attributes for the element:
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |