Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <style>
  8.  
  9. h1 {
  10. background-color: purple;
  11. }
  12.  
  13. p {
  14. color: red;
  15. font-size: 25px;
  16. }
  17.  
  18. </style>
  19.  
  20. </head>
  21.  
  22. <body>
  23.  
  24. <h1> The Fish Web Site <h1>
  25.  
  26. <p> Welcome to the Fish Web Site. Everything you want to know
  27. about fish is in this web site. </p>
  28.  
  29. <h2> This is a section on Bass Fish </h2>
  30.  
  31. <p> Bass Fish live in lakes. </p>
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement