-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseafood.html
More file actions
37 lines (34 loc) · 945 Bytes
/
seafood.html
File metadata and controls
37 lines (34 loc) · 945 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
37
<!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> Fish </p>
<p> fried fish </p>
<p> cioppino </p>
<p> Cullen skink </p>
<p> Bisques </p>
<main>
<article>
<section>
<img src="https://th.bing.com/th/id/OIP.N__4OYO4Vy1jPT6yvbu-9gHaFC?pid=ImgDet&w=493&h=335&rs=1" alt="SeaFood" width=1000px>
</section>
<section>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Rem, vitae numquam. Id, sit! Culpa, in! Magni labore facere aspernatur quis placeat, accusantium sapiente quibusdam aut saepe quia amet, dolorem possimus.
</p>
</section>
</article>
</main>
<footer>
<p> CopyRight2021</p>
<P> Phone:123456</P>
<p> Email:asdfG@yahoo.com</p>
</body>
</html>