Advertisement
Guest User

Untitled

a guest
Jan 27th, 2019
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Semantic Blog Layout</title>
  5.     </head>
  6.     <body>
  7.  
  8.         <header>
  9.             <h1>1>News</h1>
  10.             <nav>
  11.                 <ul>
  12.                     <li><a href="#">Sport</a></li>
  13.                     <li><a href="#">Music</a></li>
  14.                 </ul>
  15.             </nav>
  16.  
  17.         </header>
  18.  
  19.         <main>
  20.             <section>
  21.                 <header><h2>Sport</h2></header>
  22.                 <article>
  23.                     <h4>The Woman Who Outruns the Men, 200 Miles at a Time</h4>
  24.                     <p></p>
  25.                     <p></p>
  26.                     <p></p>
  27.                     <time>2</time>
  28.                 </article>
  29.                 <article>
  30.                     <h4></h4>
  31.                     <p></p>
  32.                     <p></p>
  33.                     <p></p>
  34.                     <time></time>
  35.                 </article>
  36.             </section>
  37.             <section>
  38.                 <header><h2></h2></header>
  39.                 <article>
  40.                     <h4></h4>
  41.                     <p></p>
  42.                     <p></p>
  43.                     <p></p>
  44.                     <time></time>
  45.                 </article>
  46.                 <article>
  47.                     <h4></h4>
  48.                     <p></p>
  49.                     <p></p>
  50.                     <p></p>
  51.                     <time></time>
  52.                 </article>
  53.             </section>
  54.  
  55.         </main>
  56.  
  57.         <footer>
  58.             <p>w</p>
  59.             <p><a href="#">3</a></p>
  60.         </footer>
  61.     </body>
  62. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement