-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhour.html
57 lines (54 loc) · 1.57 KB
/
hour.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Abyalew Kebede">
<meta name="description" content="The official website for The Little Taco ShopS">
<title>The little Taco Shop</title>
</head>
<body>
<header>
<h1>Welcome to The Little Taco Shop</h1>
<nav>
<ul>
<li>
<a href="#about">About <abbr title="Little Taco Shop">LTS</abbr></a>
</li>
<li>
<a href="#Our Menu">Our Menu</a>
</li>
<li>
<a href="#Store Hours">Store Hours</a>
</li>
<li>
<a href="#Contact Us">Contact Us</a>
</li>
</ul>
</nav>
<figure>
<img src="img/tacos_tray_400x267.png" alt="A Tray of Tasty Tacos " title="We love trays of tacos!" width="400"
height="267">
<figcaption>
A Tray of Tasty Tacos
</figcaption>
</figure>
</header>
<hr>
<main>
<p>
We are open 7 days a week!
</p>
<dl>
<dt>Sunday-Thursday</dt>
<dd>11am-9pm</dd>
<dt>Friday-Saturday</dt>
<dd>11am-11pm</dd>
</dl>
<tfoot>
<a href="#">Back To Top</a>
</tfoot>
</main>
<hr>
<footer>
<p>Copyright © The Little Taco Shop</p>
</footer>