Advertisement
Guest User

Eric

a guest
Feb 10th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <title>Box Model</title>
  5. <link rel="stylesheet" type="text/css" href="boxModel.css"
  6.  
  7. </head>
  8. <body>
  9. <h1>The Box Model</h1>
  10. <h2>Helps to show you the default padding and margin around elements</h2>
  11. <p>This is sometimes hard to understand, but you can do it because i believe in you .No I really do. Dont listen to what other kids say about you. They are just jerks</p>
  12. <ul>
  13. <li>Cretin</li>
  14. <li>Dirtbag</li>
  15. <li>Slimeball</li>
  16.  
  17. </ul>
  18.  
  19. <img src="starve.jpg" title="Don't Starve!">
  20.  
  21.  
  22. </body>
  23. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement