blob: 14820cc56c60b72b28b891572519d73d83a60421 [file] [log] [blame]
<html>
<head></head>
<body>
<ul>
<li>
<span style="color: red"><b>First</b></span>
<span style="color: red"><b>line</b></span>
</li>
<li style="color: green"><b>Second line</b></li>
<li style="color: blue"><b>Third line</b></li>
</ul>
<ul>
<li style="color: yellow"><i>Fourth line</i></li>
<li>
<span style="color: fuchsia"><i>Fifth</i></span>
<span style="color: fuchsia"><i>line</i></span>
</li>
</ul>
</body>
</html>