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.
|
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<!-- Invalid example from spec -->
|
|
<html>
|
|
<head>
|
|
<title>Turtles are cool
|
|
<meta http-equiv="Content-Type" content="text/html" />
|
|
<p>
|
|
<link href="style.css" type="text/css" rel="stylesheet" />
|
|
</head>
|
|
</head>
|
|
|
|
<body>
|
|
<p>Turtles swim in the <a href="http://ocean.com>ocean</a>.</p>
|
|
</br>
|
|
<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>
|
|
</html>
|