Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>To Do List</title>
  5. </head>
  6. <body style="background-color:red">
  7. <h1 style="fontsize:40px">What I Need To Do Today</h1>
  8. <ol>
  9. <li style="color:yellow">Go To School</li>
  10. <li style="color:pink">Get Home</li>
  11. <li style="color:purple">Eat Food</li>
  12. <li style="color:pink">Go To Gym</li>
  13. <li style="color:white">Get Big Body</li>
  14. <li style="color:orange">Repeat Daily</li>
  15.  
  16.  
  17. </ol>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement