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

18 lines
343 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>tt tag</title>
</head>
<body>
<p>This text is normal.</p>
<p><tt>This text is teletype text.</tt></p>
<p><strong>Note:</strong> The tt element is not supported in HTML5.</p>
<p style="font-family:'Lucida Console', monospace; size=2;">Similar effect using css</p>
</body>
</html>