RetroZilla/layout/html/tests/block/base/pre1.html
2015-10-20 23:03:22 -04:00

16 lines
214 B
HTML

<html>
<head>
<title>Test case for PRE formatted text</title>
<style>
pre { background-color: khaki; }
</style>
</head>
<body>
There are five newlines in this pre:
<pre>
</pre>The end</body></html>