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

17 lines
296 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
blink tag
</title>
<style>
.blk { text-decoration: blink; }
</style>
</head>
<body>
<p>Normal text, then some <blink>blink</blink></p>
<p>Similar text, using span <span class="blk">blink</span></p>
</body>
</html>