1<!DOCTYPE html> 2<html> 3 <head></head> 4 <body> 5 <h3> 6 Include Section Test 7 </h3> 8 <div class="toc"> 9 <p> 10 <b>Table of contents</b> 11 </p> 12 <ul> 13 <li> 14 <a href="#include_section_test.mulitple_file_section">Mulitple file section</a> 15 </li> 16 </ul> 17 </div> 18 <div id="include_section_test.mulitple_file_section"> 19 <h3> 20 Mulitple file section 21 </h3> 22 <div id="include_section_test.mulitple_file_section"> 23 </div> 24 </div> 25 </body> 26</html> 27