-
Notifications
You must be signed in to change notification settings - Fork 0
/
ex.html
64 lines (53 loc) · 2.5 KB
/
ex.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
58
59
60
61
62
63
64
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Agriculture</title>
<link rel="stylesheet" href="ex.css">
<link rel="icon" href="icon.jpg">
</head>
<body>
<link src="ex.js">
<script src="ex.js"></script>
<div class="agri">
<nav class="one">
<h1>Agriculture</h1>
<ul>
<li>name|</li>
<li>contact|</li>
<li>mail</li>
</ul>
</nav>
</div>
<div class="search">
<center>
<input type="search" placeholder="search" id="hello">
<button onclick="search()">search</button>
</center>
</div>
<div class="para">
<nav class="two">
<h1>Agriculture:</h1>
<p1>
Agriculture encompasses crop and livestock production, aquaculture, fisheries and forestry for food and non-food products.[1] Agriculture was the key development in the rise of sedentary human civilization, whereby farming of domesticated species created food surpluses that enabled people to live in cities. While humans started gathering grains at least 105,000 years ago, nascent farmers only began planting them around 11,500 years ago. Sheep, goats, pigs and cattle were domesticated around 10,000 years ago. Plants were independently cultivated in at least 11 regions of the world. In the twentieth century, industrial agriculture based on large-scale monocultures came to dominate agricultural output.
<br>Today, small farms produce about a third of the worlds food, but large farms are prevalent.[2] The largest one percent of farms in the world are greater than 50 hectares and operate more than 70 percent of the worlds farmland.[2] Nearly 40 percent of agricultural land is found on farms larger than 1,000 hectares.[2] However, five of every six farms in the world consist of less than two hectares and take up only around 12 percent of all agricultural land.
</p2>
</nav>
</div>
<div class="photo">
<center>
<div class="three-1">
<img src="ag1.jpg">
<p>Agriculture encompasses crop and livestock production, aquaculture, fisheries and forestry for food and non-food products.</p>
</div>
<div class="three-2">
<img src="ag2.jpg">
<p>Agriculture was the key development in the rise of sedentary human civilization, whereby farming of domesticated.</p>
</div>
<div class="three-3">
<img src="ag3.jpg">
<p>Plants were independently cultivated in at least 11 regions of the world. In the twentieth century, industrial agriculture are more in the current period</p>
</div>
</center>
</div>
</body>
</html>