38 lines
730 B
HTML
Raw Permalink Normal View History

2021-03-31 21:56:49 -04:00
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<table>
<caption> Desert</caption>
<tr>
<th>Photo</th>
<th>Date</th>
<th>Description</th>
</tr>
<tr>
<td><img src="vacation1.jpg" alt="another"></td>
<td>Jan 16,2018</td>
<td>View from the top row; sitting area holds 9,525 people</td>
</tr>
<tr>
<td><img src="vacation2.jpg" alt=" "></td>
<td>Feb 20,2017</td>
<td>Facing south from the top of the ampitheatre</td>
</tr>
<tr>
<td><img src="vacation3.jpg" alt="something"></td>
<td>Mar 30,2019</td>
<td>Nearby red rocks sit 6,450 feet (1,970m) above sea level</td>
</tr>
<tr>
<td colspan="3">Copyright &#169; 2019 Zippy Photographers</td>
</tr>
</table>
</body>
</html>