-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (53 loc) · 2.31 KB
/
index.html
File metadata and controls
64 lines (53 loc) · 2.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Standard</title>
<link rel="stylesheet" href="standard.css">
</head>
<body>
<header>
<h1>A Beautiful Website Looks Exactly Like This</h1>
</header>
<nav>
<a href="">HOME</a>
<select name="selective" id="idea">
<option value="Nature">Topics</option>
<option value="Nature">Sunrise</option>
<option value="Nature">Rivers</option>
<option value="Nature">Waterfallls</option>
<option value="Nature">Mountains</option>
<option value="Nature">Lakes</option>
<option value="Nature">Beaches Senario</option>
<option value="Nature">Developed Cities</option>
<option value="Nature">Natural Lovers Fav</option>
</select>
<a href="">PICTURES</a>
<a href="">VIDEOS</a>
<a href="">REPOTS</a>
<a href="">CASE STUDY</a>
<a href="">CONTACT</a>
<a href="">HELP</a>
</nav><br><br><br><br><br>
<body>
<img src="nature.jpg" alt="pic">
<p>This is the Beauty of Nature</p><br><br><br><br>
<img src="pinktree.jpg" alt="pic">
<p>It looks very awesome because of this curved borders</p><br><br><br>
<img src="truenature.jpg" alt="pic">
<p>It looks very awesome because of this curved borders</p><br><br><br>
<p>We Welcome you all to come and visit this beautiful nature and also us who remains always in the Depth of Nature <br> MEET US FEEL US <br> Click Here to Visit Our Website ,so if you a true nature lover Contact us to Konw more about Nature <span> Click the Given Button Now!</span></BR></p><br><br><br>
<a class="button" href="#">Click Here</a>
</body><br><br><br><br><br>
<footer>
<a href="/html/">HTML</a>
<a href="/css/">CSS</a>
<a href="/js/">JavaScript</a>
<a href="/python/">Python</a>
<a href="">Copyright@2018</a>
<a href="">Help</a>
</footer>
</body>
</html>