<!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>
|