RetroZilla/parser/htmlparser/tests/html/pre016.html

17 lines
289 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
The following is copied from test tag006.html<br>
first line
<br> invalide tags are ignored by 4.0
<table/>
<ZZFFGG>
</>
Note: no line break here.
<br>Now wrapped with a PRE tag.
<PRE>
first line
<br> invalide tags are ignored by 4.0
<table/>
<ZZFFGG>
</>
Note: no line break here.
</PRE>