mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
19 lines
298 B
HTML
19 lines
298 B
HTML
|
|
||
|
<html>
|
||
|
<body>
|
||
|
text line 1
|
||
|
<font color="red">
|
||
|
Text after font color=red
|
||
|
<UL>
|
||
|
<LI> first list item
|
||
|
<p> still in list item.
|
||
|
<LI> . second list item.
|
||
|
...
|
||
|
</UL>
|
||
|
|
||
|
Text after list, still in font color=red
|
||
|
</font>
|
||
|
Text after font color=red.
|
||
|
text at tend.
|
||
|
</body>
|
||
|
</html>
|