Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.31 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5.  
  6. <h1>Erik's Blog</h1>
  7.  
  8. <div id="post_1" class="post">
  9.     <h2>First Post</h2>
  10.     <p>This is the post!  It's about riding~~~~~!</p>
  11. </div>
  12.  
  13. <div id="post_2" class="post">
  14.     <h2>SECOND POST!</h2>
  15.     <p>This is the second post!  It's also about riding!</p>
  16. </div>
  17.  
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement