-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPaddyfields.html
45 lines (41 loc) · 1.73 KB
/
Paddyfields.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="sub1-header">
<nav>
<div class="nav-links">
<ul>
<li><a href="index.html">Home</a> </li>
<li><a href="temple.html">Temple</a></li>
<li><a href="school.html">School</a></li>
<li><a href="Paddyfields.html">Beautiful Places</a></li>
<li><a href="governance.html">Governance</a></li>
<li><a href="importantplaces.html">Important places</a></li>
</ul>
</div>
</nav>
<h1>Paddy Field</h1>
</section>
<section class="paddy">
<h1>Paddy Field - an overview</h1>
<div class="paddy-col">
<img src="image/Paddy/paddy.jpg">
</div>
<p>A paddy field is a flooded field of arable land
used for growing semiaquatic crops, most notably
rice and taro. It originates from the Neolithic
rice-farming cultures of the Yangtze River
basin in southern China, associated with
pre-Austronesian and Hmong-Mien cultures.</p>
<div class="paddy-col">
<img src="image/Paddy/vee.jpg">
</div>
</section>
<section class="footer">
<h4>All © rights reserved with Chathuranga 2023</h4>
</section>
</body>
</html>