mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 11:10:13 +01:00
18 lines
354 B
HTML
18 lines
354 B
HTML
|
The following is copied from test tag005.html<br>
|
||
|
first line
|
||
|
<br> empty brakets are displayed as text
|
||
|
This </>
|
||
|
and this eat next br tag. <//
|
||
|
<br>
|
||
|
and another one. <///>
|
||
|
Last text.
|
||
|
<br>Now wrapped with a PRE tag.
|
||
|
<PRE>
|
||
|
first line
|
||
|
<br> empty brakets are displayed as text
|
||
|
This </>
|
||
|
and this eat next br tag. <//
|
||
|
<br>
|
||
|
and another one. <///>
|
||
|
Last text.
|
||
|
</PRE>
|