Guest User

Untitled

a guest
May 25th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2. <html>
  3. <head>
  4. <title>presentation page</title>
  5. </head>
  6. <style type="text/css">
  7. body {
  8. color: purple;
  9. background-color: #d8da3d }
  10. </style>
  11.  
  12. <body>
  13. <ul class="list of tasks">
  14. <li><a href="agecalculator.html">Age calculator</a>
  15. <li><a href="lifesupplycalculator.js">supply calculator</a>
  16. <li><a href="geometrizer.js">Circumference and area of circle</a>
  17. <li><a href="temperatureconverter.js">Temperature converter</a>
  18. </ul>
  19.  
  20. <h1>tasks</h1>
  21.  
  22. <p>Welcome!
  23.  
  24. <p>codes for different tasks in javascript , take a look.
  25.  
  26. </body>
  27. </html>
Add Comment
Please, Sign In to add comment