-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 996 Bytes
/
index.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
<!DOCTYPE html>
<html>
<!-- Here starts the HTML file -->
<head>
<meta keywords="html5, learn, teach" />
<link rel="stylesheet" type="text/css" href="style.css">
<title>THIS IS THE WEBSITE OF HTML5</title>
</head>
<body>
<div id="wrap">
<div id="nheader">
<h1>WELCOME TO OUR RESTAURANT</h1>
</div>
<div id="npara">
<p class="text_para">
Recognize to <span class=redColor> our products</span> and choose any of them, just click at the product that you want to get it immediately, we will provide you the best quality of meat, try it to enjoy with us.
</p>
<div>
<img src="beef meal.jpg" width=250px alt="picture of a beef meal" />
<img src="beef meal.jpg" width=250px alt="picture of a beef meal" />
</div>
</div>
<div id="footer">
<p class="text_para">
<br>
<br>
copy right
</p>
</div>
</div>
</body>
<!-- Here ends the HTML file -->
</html>