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

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