tidy-html5/test/html5/html4/marquee5.html
2014-08-08 19:52:03 +02:00

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>