info343/inc/section.php

<div id="section_dialog" class="dialog">
   <header>
      <h2>Choose Your Section</h2>
   </header>
   <section>
      <ul>
         <li>A</li><li>B</li><li>C</li>
      </ul>
   </section>
</div>