Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. </head>
  6. <body>
  7. <div id="one">
  8. <p>Alright</p>
  9. </div>
  10. <div id="two">
  11. <p>Alright</p>
  12. </div>
  13. <div id="three">
  14. <p>Alright</p>
  15. </div>
  16. <div id="four">
  17. <p>Alright</p>
  18. </div>
  19.  
  20.  
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement