xxxxxxxxxx
16
<html>
<head>
<title>Choose Your Own Adventure</title>
</head>
<body>
<h1>Choose Your own Adventure</h1>
<p>Welcome to NYC.</p>
<p>Please select your preferred mode of transportation.</p>
<p>ChoopBe wisely!</p>
<p>Take the <a href="Bus.html">Bus</a>.</p>
<p>Take the <a href="Subway.html">Subway</a>.</p>
<p>Take an <a href="Uber.html">Uber</a>.</p>
<img src="images/nyc.jpg">
</body>
</html>