-
Notifications
You must be signed in to change notification settings - Fork 0
/
hours.html
41 lines (40 loc) · 1.49 KB
/
hours.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
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"; name="samuel" Author="oyelowo samuel" Description="testpage">
<title>Shopping Hours</title>
</head>
<body>
<header>
<h1> THE LITTLE TACO SHOP HOURS</h1>
<nav>
<ul>
<li> <a href="homepage.html">Home </a></li>
<li> <a href="#about.html">About LTS</a></li>
<li> <a href="/#menu">Our Menu</a></li>
<li> <a href="contact.html">Contact us</li>
</ul>
</nav>
<figure>
<img src="images/Store hours.jpg" alt="looks at close of the day" loading="lazy" title="close of `the day look">
<figcaption>looks at close of the day</figcaption>
</figure>
</header>
<hr>
<main>
<p> We are open 7 days a week</p>
<br>
<dl>
<dt>Sunday - Thursday</dt>
<dd> 11am - 9pm</dd>
</dl>
<dl>
<dt>Friday - Saturday</dt>
<dd> 11am - 11pm</dd>
</dl>
</main>
<a href="#">Back to Top</a>
<hr>
<p>Copyright © The Little Taco Shop</p>
</body>
</html>