This repository acts as a personal archive for my solutions to EdX course *Data Structures and Software Design* from PennX.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
523 B

  1. <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <!-- Valid example from spec -->
  3. <html>
  4. <head>
  5. <title>Turtles are cool</title>
  6. <meta http-equiv="Content-Type" content="text/html">
  7. <link href="style.css" type="text/css" />
  8. </head>
  9. <body>
  10. <p>Turtles swim in the <a href="http://ocean.com/">ocean</a>.</p>
  11. <p>Some turtles are over 100 years old. Here is a picture of a turtle:
  12. <img src="images/turtle.jpg" width="100" height="100">
  13. </p>
  14. </body>
  15. </html>