-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTML
More file actions
25 lines (25 loc) · 637 Bytes
/
HTML
File metadata and controls
25 lines (25 loc) · 637 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title> Sunset Over Forest Lake</title>
<link href="color.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1> Sunset Over Forest Lake</h1>
<p class="zero">Sunset 7</p>
<p class="one"> Sunset 6</p>
<p class="two">Sunset 5</p>
<p class="three">Sunset 4</p>
<p class="four">Sunset 3</p>
<p class="five">Sunset 2</p>
<p class="six">Sunset 1</p>
<p class="seven">FOREST 0</p>
<p class="eight">Lake 1</p>
<p class="nine">Lake 2</p>
<p class="ten">Lake 3</p>
<p class="eleven">Lake 4</p>
<p class="twelve">Lake 5</P>
<p class="thirteen">Lake 6</p>
<p class="fourteen">Lake 7</p>
</body>
</html>