mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|