blob: e73b120d2b33e01f8eb6a65bacdaef86d4c69cf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!doctype html>
<html
<head>
<title>Reference: CSS List Images: invalid</title>
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
</head>
<body>
<p>There should be a bullet list with three similarly formatted list items below.</p>
<ul>
<li>One.</li>
<li>Two.</li>
<li>Three.</li>
</ul>
</body>
</html>
|