-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtidal.html
More file actions
62 lines (59 loc) · 2.57 KB
/
Copy pathtidal.html
File metadata and controls
62 lines (59 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<title>Tidal 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>
<h2 class="content">Tidal Energy</h2>
<img src="te.jpg" class="img1">
<p>Tidal energy is one of the oldest forms of energy generation. It is a renewable form of energy that converts the natural rise and fall of the tides into electricity. Tides are caused by the combined effects of gravitational forces exerted by the Moon, the Sun, and the rotation of the Earth.Tidal energy presents an evolving technology with tremendous potential. However, it can only be installed along coastlines. Coastlines often experience two high tides and two low tides on a daily basis. The difference in water levels must be at least 5 meters high to produce electricity.
</p>
<div>
<h2>Advantages of Tidal Energy</h2>
<ul type="i">
<li>It is renewable.</li>
<li>It is green.</li>
<li>It is predictable.</li>
<li>It is effective at low speeds.</li>
<li>It has a long lifespan.</li>
<li>It reduces foreign importation of fuel.</li>
</ul>
</div>
<div>
<h2>Disadvantages of Tidal Energy</h2>
<ul type="i">
<li>It still has some environmental effects.</li>
<li>It is an intermittent energy source.</li>
<li>It should be close to land.</li>
<li>It is not cost-effective.</li>
<li>It requires long gestation time.</li>
</ul>
</div>
<div>
<h2>Uses of Tidal Energy</h2>
<p>The biggest and main use of Tidal Energy is in the generation of Electricity and most of the research is being done towards this end. Tidal Electricity is cheap, long-lived and non-polluting in nature. It has benefits over solar and wind power in the sense that it is predictable in nature and also has a higher load factor. The other usage of Tidal Energy is pretty low compared to Geothermal Energy which is primarily used for Heating Purposes.
</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>