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