liclose.html 242 B

123456789101112
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <html>
  3. <head><title></title></head>
  4. <body>
  5. <ul>
  6. <li>First item
  7. </li>
  8. <li>Second item, closes the first one
  9. </li>
  10. </ul>
  11. </body>
  12. </html>