17 lines
232 B
HTML
17 lines
232 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>
|
||
|
marquee
|
||
|
</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<marquee>Marquee scrolling text across the page</marquee>
|
||
|
|
||
|
<p>A marquee tag is not supported in HTML5</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|