-
Notifications
You must be signed in to change notification settings - Fork 0
/
dine-at-the-zoo.html
31 lines (31 loc) · 1.14 KB
/
dine-at-the-zoo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header">
<img src="images/logo.png">
</div>
<div id="tabs-top">
<a href="animals.html">ANIMALS</a>
<a href="index.html">MAP</a>
<a href="places.html">Places</a>
</div>
<div id="main">
<div id="content">
<div id="info-box-full">
<img src="images/outdoor_restaurant.jpg">
<h3>DINE @THE ZOO</h3>
<p>Typically people eat dinner between 6:00 PM and 7:30 PM. Dinner time fifty years ago people ate between 5:00 PM and 6:30PM but now due to work and commuting schedules dinner time for many of us has shifted to eating later.</p>
<strong><p>WHERE WILL YOU FIND IT?</p></strong>
<p>Dinner is at the ZOO.</p>
</div>
</div>
</div>
<div id="tabs-bottom">
<a href="weather.html">WEATHER</a>
<a href="feedback.html">FEEDBACK</a>
</div>
</body>
</html>