forked from ShreyaDhir/HacktoberFest2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
POEM.html
39 lines (36 loc) · 2.16 KB
/
POEM.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
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Poem</title>
<h1 align="center" style="color: #ff0000">
<u><font size="20"><b>THE ROAD NOT TAKEN</b></font></u></h1>
</head>
<body background="roads.jpg" style="background-color:rgb(178, 235, 242)"><font size="5"><b>
<p align="center"><br>
<span style="padding-right: 200px;"> Two roads diverged in a yellow wood,</span><br>
<span style="padding-right: 200px;"> And sorry I could not travel both</span><br>
<span style="padding-right: 200px;"> And be one traveler, long I stood</span><br>
<span style="padding-right: 200px;"> And looked down one as far as I could</span><br>
<span style="padding-right: 200px;"> To where it bent in the undergrowth;</span><br></p>
<p align="center"><br>
<span style="padding-left: 200px;">Then took the other, as just as fair,</span><br>
<span style="padding-left: 200px;">And having perhaps the better claim,</span><br>
<span style="padding-left: 200px;">Because it was grassy and wanted wear;</span><br>
<span style="padding-left: 200px;">Though as for that the passing there</span><br>
<span style="padding-left: 200px;">Had worn them really about the same,</span><br></p>
<p align="center"><br>
<span style="padding-right: 200px;">And both that morning equally lay,</span><br>
<span style="padding-right: 200px;">In leaves no step had trodden black.</span><br>
<span style="padding-right: 200px;">Oh, I kept the first for another day!</span><br>
<span style="padding-right: 200px;">Yet knowing how way leads on to way,</span><br>
<span style="padding-right: 200px;">I doubted if I should ever come back.</span><br></p>
<p align="center"><br>
<span style="padding-left: 200px;">I shall be telling this with a sigh,</span><br>
<span style="padding-left: 200px;">Somewhere ages and ages hence:</span><br>
<span style="padding-left: 200px;">Two roads diverged in a wood, and I—</span><br>
<span style="padding-left: 200px;">I took the one less traveled by,</span><br>
<span style="padding-left: 200px;">And that has made all the difference.</span><br></p></b>
</font>
</body>
</html>