Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Boxes</title>
  5. </head>
  6. <body>
  7. <div class="box1">
  8. <h1>Box#1</H1>
  9. </div>
  10. <div class="box2">
  11. <h1>Box#2</h1>
  12. </div>
  13. <div class="box3">
  14. <h1>Box#3</h1>
  15. </div>
  16. <div class="box4">
  17. <h1>Box#4</h1>
  18. </div>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement