-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (33 loc) · 1.19 KB
/
index.html
File metadata and controls
54 lines (33 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>clean energy</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body >
<header>
<h1> CLEAN ENERGY</h1>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="About us.html">About us </a>
</li>
<li>
<a href="Types of energy.html">Types of energy</a>
</li>
</header>
<main>
<article>
<section><p><b>Clean energy is energy that comes from renewable, zero emission sources that do not pollute the atmosphere when used, as well as energy saved by energy efficiency measures.
There is a degree of crossover between clean energy and green or renewable energy sources, but they are not exactly the same. In order to understand the difference it is worth understanding what it actually means.</p></section>
<section><img src="https://d346xxcyottdqx.cloudfront.net/wp-content/uploads/2016/02/renewable_energy_sources-e1551858601606.jpg" alt="clean energy"></section>
</article>
</main>
<footer><p>Copy Right 0102</p></footer>
<script src="js/app.js">
</script>
</body>
</html>