tidy-html5/test/html5/html4/big5.html
2014-08-08 17:50:12 +02:00

17 lines
309 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
big tag
</title>
<style>
.big { font-size: larger }
</style>
</head>
<body>
<p>Normal text, then some <big>&lt;big&gt; bigger text</big></p>
<p>Similar text, using span <span class="big"> bigger text</span></p>
</body>
</html>