mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
484 B
HTML
23 lines
484 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
|
|
<p>All six of these should be numbered, I think (I'm not sure):</p>
|
|
|
|
<ol>
|
|
<li style="color: green;">First</li>
|
|
<li style="background: red"></li>
|
|
<li style="color: navy">Third</li>
|
|
<li style="border: medium solid red"></li>
|
|
<li style="color: maroon">Fifth</li>
|
|
<li style="border: medium solid red; height: 1em;"></li>
|
|
|
|
</ol>
|
|
|
|
|
|
</body>
|
|
</html>
|