mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 03:30:17 +01:00
17 lines
289 B
HTML
17 lines
289 B
HTML
|
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>
|