-Annie-

02.Page-Content

Feb 2nd, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <title>Page Content</title>
  5.     <meta charset="utf-8">
  6.     <link rel="stylesheet" type="text/css" href="page-content.css">
  7. </head>
  8. <body>
  9.     <section>
  10.         <article>
  11.             <header>
  12.                 <h1>Just Another Day</h1>
  13.                 <p>Written by Christina on January 11th</p>
  14.             </header>
  15.             <p>This is my second blog entry, and I just wanted to check it on.</p>
  16.         </article>
  17.         <article>
  18.             <header>
  19.             <h1>My First Blog Entry</h1>
  20.             <p>Written by Christina on January 11th</p>
  21.             </header>
  22.             <p>I'm so happy to write my first blog entry - yay!</p>
  23.         </article>
  24.     </section>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment