mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
16 lines
214 B
HTML
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>
|