-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwind.html
More file actions
65 lines (62 loc) · 2.89 KB
/
Copy pathwind.html
File metadata and controls
65 lines (62 loc) · 2.89 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<title>Wind Energy</title>
<link rel="stylesheet" type="text/css" href="information.css">
<link href="https://fonts.googleapis.com/css?family=Oswald&display=swap" rel="stylesheet">
<style>
button {
background-color: magenta; /* Green */
border: none;
border-bottom:2px solid black;
color: black;
padding: 15px 32px;
margin-bottom:10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
</style>
</head>
<body>
<div id="wind">
<h2 class="content">Wind Energy</h2>
<img src="wind.jpg" class="img1">
<p>Wind energy refers to capturing the energy from moving air, i.e., wind, and converting it into electricity. Humans have been using wind energy for thousands of years. Historically, we have used it mainly for grinding grain and pumping water.
The term wind power means the same as wind energy.
“Wind energy is produced by the movement of air (wind) and converted into power for human use.”
“Wind energy is produced with wind turbines – tall, tubular towers with blades rotating at the top. When the wind turns the blades, the blades turn a generator and create electricity.”
</p>
<div>
<h2>Advantages of Wind Energy</h2>
<ul type="i">
<li>Wind Energy Is Renewable & Sustainable</li>
<li>It’s Also Environmentally Friendly</li>
<li>It Can Reduce Fossil Fuel Consumption</li>
<li>Wind Energy is Free</li>
<li>It Has A Small Footprint</li>
</ul>
</div>
<div>
<h2>Disadvantages of Wind Energy</h2>
<ul type="i">
<li>The Wind Fluctuates</li>
<li>Installation is Expensive</li>
<li>Wind Turbines Pose A Threat to Wildlife</li>
<li>Wind Turbines Create Noise Pollution</li>
<li>They Also Create Visual Pollution</li>
</ul>
</div>
<div>
<h2>Uses of Wind Energy</h2>
<p>Wind energy, being so abundant, especially in coastal areas, it is worth enough the use it very widely. As we know we are facing the depletion in the fossil fuels, thus this is the right to use the energies that are readily available in abundance. We have already dealt about the pros and cons of wind energy, wind farms, wind mills etc, but not uses, even though it is what we aim at. Here, we deal only with the uses of wind energy and thereby reaching the ever best use of wind energy.
The movement of air is called wind. A very natural process that occurs due to uneven heating of the atmosphere by the sun, wind formation also depends on the surface features of the earth as well as the earth’s rotation.
</p>
</div>
<button id='b1' >toggle theme</button></div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="color_theme.js"></script>
</body>
</html>