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