-
Notifications
You must be signed in to change notification settings - Fork 0
/
mountains.html
33 lines (32 loc) · 1.23 KB
/
mountains.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
<!DOCTYPE html>
<html>
<head>
</head>
<title>Swedish Landscape Mountains</title>
<body>
<h1>Swedish Landscape</h1>
<div id="introduction">
<h2>list</h2>
<ul>
<li><a href = "./"> Home</a></li>
<li><a href = "./forest.html"> Forest</a></li>
<li><a href = "./archipelago.html"> Archipelago</a></li>
<li><a href = "./caves.html"> Caves</a></li>
<li><a href = "./snow.html"> Snow</a></li>
</ul>
<br>
</div>
<div id = "Mountains">
<h2>Mountains:</h2>
<h3>Mountains lake</h3>
<p>tags: <a href = "./snow.html"> #snow</a>,<a href = "./mountains.html"> #mountains</a></p>
<img src="https://wallpaperaccess.com/download/sweden-landscape-135072" height="500" width="700">
<p>Source:<a href = "https://wallpaperaccess.com/sweden-landscape"> wallpaperaccess.com</a></p>
<br>
<h3>Skåne</h3>
<p>tags:<a href = "./mountains.html"> #mountains</a></p>
<img src="https://natureinframes.se/wp-content/uploads/2020/03/Svenska_landskap-18.jpg" height="700" width="700">
<p>Source:<a href = "https://natureinframes.se/svenska-landskap/">Peter Nilsson</a></p>
</div>
</body>
</html>