-
Notifications
You must be signed in to change notification settings - Fork 0
/
storetimings.html
38 lines (38 loc) · 1.05 KB
/
storetimings.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
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Store Timings</title>
</head>
<body>
<header>
<h1>LTS Store Hours</h1>
<nav aria-label="primary-navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href=#about>About LTS</a></li>
<li><a href=#menu>Our Menu</a></li>
<li><a href="contact.html">Contact Info</a></li>
</ul>
</nav>
<figure>
<img src="img/taco3.jpg" alt="Crunchy tacos at LTS image failed to load" title="Crunchy tacos at LTS" width="300" height="275"/>
<figcaption>Crunchy Tacos that every customer is served</figcaption>
</figure>
</header>
<hr>
<main>
<h2>We are open 6 days a week!</h2>
<dl>
<dt>Monday to Thursday</dt>
<dd>11am-9pm</dd>
<dt>Friday to Saturday</dt>
<dd>11am-11pm</dd>
</dl>
</main>
<hr>
<footer>
<p>Copyright© Little Taco Shop</p>
</footer>
</body>
</html>