Advertisement
Guest User

Nested <section>

a guest
Jan 18th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.27 KB | None | 0 0
  1. <section id="content">
  2.     <section class="post">
  3.         <p>content</p>
  4.         <section class="comments">
  5.             <p>comments</p>
  6.         </section>
  7.     </section>
  8.     <section class="post">
  9.         <p>content</p>
  10.         <section class="comments">
  11.             <p>comments</p>
  12.         </section>
  13.     </section>
  14. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement