Guest User

Untitled

a guest
Feb 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.25 KB | None | 0 0
  1. <aside>
  2.     <section>
  3.         <header>
  4.             <h1>Latest news</h1>
  5.         </header>
  6.         <article>
  7.             <header>
  8.                 <h1>News title</h1>
  9.             </header>
  10.             <p>News body</p>
  11.         </article>
  12.        
  13.         ( ... )
  14.     </section>
  15.  
  16.     <section>
  17.         ( next widget )
  18.     </section>
  19.  
  20. </aside>
Add Comment
Please, Sign In to add comment