tidy-html5/test/html5/html4/marquee5.html

17 lines
232 B
HTML
Raw Normal View History

2014-08-08 17:52:03 +00:00
<!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>