-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfastfood.html
More file actions
36 lines (34 loc) · 974 Bytes
/
fastfood.html
File metadata and controls
36 lines (34 loc) · 974 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<header>
<h1> Fast Food Resturant</h1>
</header>
<p> Barbeque Nation </p>
<p> Burger Chef </p>
<p> Burger King </p>
<p> Burger Street</p>
<p> Burgerville </p>
<main>
<article>
<section>
<img src="https://th.bing.com/th/id/OIP.3IYzLJDLUpmamNLuHFroPQHaE8?pid=ImgDet&rs=1" alt="FastFood" width=1000px>
</section>
<section>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Optio numquam quasi aspernatur temporibus, voluptatem saepe at libero quia quas aliquam fuga reiciendis obcaecati laborum reprehenderit aperiam ad? Veritatis, aspernatur? Optio?
</p>
</section>
</article>
</main>
<footer>
<p> CopyRight2021</p>
<P> Phone:123456</P>
<p> Email:asdfG@yahoo.com</p>
</body>
</html>