cthulhu/test/html/lines-in-pre.html

16 lines
134 B
HTML
Raw Permalink Normal View History

<html>
<body>
<p>Start</p><br>
<br>
<pre>
<br>
line 1<br>
line 2<br>
line 3<br>
line 4<br>
<br>
</pre>
<p>End</p><br>
</body>
</html>