xxxxxxxxxx
16
<html>
<head>
<title>Choose Your Own Adventure</title>
</head>
<body>
<h1>Choose Your Own Adventure</h1>
<p>
Welcome to MMP 100. You can pick what you would like to be, either if you would like to be a car, airplane, dragon or a whale.
</p>
<p>Choose accordingly!</p>
<p>I want to be an <a href="html/car.html">car</a>.</p>
<p>I want to be an <a href="html/airplane.html">airplane</a>.</p>
<img src="Images/webpage.jpg" alt="Image" />
</body>
</html>