-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
37 lines (37 loc) · 1.32 KB
/
Assignment.html
File metadata and controls
37 lines (37 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Assignment1.css">
</head>
<body>
<!--PoemName-->
<h1>Ozymandias</h1>
<!--Poet'sName-->
<h3>by Percy Bysshe Shelley</h3>
<!--Poem-->
<p>I met a traveller from an antique land,<br/>
Whosaid—“Twovastandtrunklesslegsofstone<br/>
Standinthedesert....Nearthem,onthesand,<br/>
Half sunk a shattered visage lies,whosefrown,<br/>
And wrinkled lip,and sneer of cold command,<br/>
Tell that its sculptor well those passions read<br/>
Which yet survive,stamped on these lifeless things,<br/>
The hand that mocked them,and the heart that fed;<br/>
And on the pedestal,these words appear:<br/>
My name is Ozymandias,King of Kings;<br/>
Look on my Works,ye Mighty,and despair!<br/>
Nothing beside remains.Round the decay<br/>
Of that colossal Wreck,boundless and bare<br/>
The lone and level sands stretch far away.”<br/>
</p>
<hr/>
<h4>
Read up more about the poem on
<a href="https://en.wikipedia.org/wiki/Ozymandias">Wikipedia</a>
</h4><textarea placeholder="Leave your comments here...">
</textarea><br/><br/><button>Comment</button>
</body>
</html>