1<!DOCTYPE html> 2<html> 3 <head></head> 4 <body> 5 <h3> 6 Unclosed section 7 </h3> 8 <div class="toc"> 9 <p> 10 <b>Table of contents</b> 11 </p> 12 <ul> 13 <li> 14 <a href="#unclosed_section.unclosed">Unclosed Section should be closed 15 with a warning</a> 16 </li> 17 </ul> 18 </div> 19 <div id="unclosed_section.unclosed"> 20 <h3> 21 Unclosed Section should be closed with a warning 22 </h3> 23 <div id="unclosed_section.unclosed"> 24 </div> 25 </div> 26 </body> 27</html> 28