-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject_2.html
More file actions
44 lines (44 loc) · 2.17 KB
/
project_2.html
File metadata and controls
44 lines (44 loc) · 2.17 KB
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
<!doctype html>
<html>
<head><title> Himanshu Project 2</title>
<link rel="stylesheet" type = "text/css" href = "project_2style.css">
</head>
<body>
<section class = "main">
<div class = "centering">
<h1> THE FOOD YOU LOVE </h1>
<p>
Indian cuisine consists of a variety of regional and traditional cuisines native to the Indian subcontinent. Given the diversity in soil, climate, culture, ethnic groups, and occupations, these cuisines vary substantially and use locally available spices, herbs, vegetables, and fruits.
</p>
<form class="form_code">
<input class = "food_name" type="text" placeholder=" Enter food name">
<button type="submit"><b>Find Food</b></button>
</form>
</p>
</div>
</section>
<section class="product">
<div class = "product_item">
<img class = ".img-responsive" src="food2.jpg" alt ="">
<h2 class="product_heading">Chinese Food</h2>
<p>
China's food is very unique and traditional. Grains are the main food in China. Rice is the favorite grain among the people in the South. In the north, people prefer wheat, which they make in to bread and noodles.
</p>
</div>
<div class = "product_item">
<img class = ".img-responsive" src="food3.jpg" alt ="">
<h2 class="product_heading">Italian Food</h2>
<p>
Italian cuisine is known for its regional diversity, especially between the north and the south of the Italian peninsula. It offers an abundance of taste, and is one of the most popular and copied in the world. It influenced several cuisines around the world, chiefly that of the United States.
</p>
</div>
<div class = "product_item">
<img class = ".img-responsive" src="food4.jpg" alt ="" height="200" width="300">
<h2 class="product_heading">Spanish Food</h2>
<p>
Spain's most common food is the tortilla de patata, or potato omelet, according to Fodor's. Other gastronomical delicacies include seafood paella, chorizo sausage, gazpacho soup and tapas. Lunch is the biggest meal of the day, typically consisting of a soup or salad course followed by a main entree and a small dessert.
</p>
</div>
</section>
</body>
</html>