Guest User

Untitled

a guest
Jan 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <!--CHANGING BACKGROUND COLOR-->
  2. <!--
  3.  
  4. Background color can be changed on:
  5.  
  6. h1-h6 tags
  7. body
  8. ol/ul
  9. li
  10. ..
  11.  
  12. -->
  13.  
  14.  
  15. <!DOCTYPE html>
  16. <html>
  17. <head>
  18. <title>Sexy background color!</title>
  19. </head>
  20. <body style="background-color: red">
  21. <h3>Favorite Football Teams</h3>
  22. <ol style="background-color: yellow">
  23. <li>The Hawthorn Football Club</li>
  24. <li style="background-color: blue">San Franscisco 49ers</li>
  25. <li>Barcelona FC</li>
  26. </ol>
  27. </body>
  28. </html>
Add Comment
Please, Sign In to add comment