-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignmentNo.1.html
More file actions
40 lines (39 loc) · 1.33 KB
/
AssignmentNo.1.html
File metadata and controls
40 lines (39 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Assignment No.1</title>
<link rel="stylesheet" href="AssignmentNo.1.css">
</head>
<body style="background-color: wheat;">
<!-- Poem Name -->
<h1>Ozaymandias</h1>
<!-- Poet's Name -->
<h3>by percy Bysshe shelley</h3>
<!-- Poem -->
<p>
I met a traveller from an antique land,<br>
Who said-"Two vast and trunkless legs of stone<br>
Stand in the desert. . . . Near them, on the sand,<br>
Half sunk a shattered visage lies,Whose frown,<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 herat that fed;<br>
And on the psdestral, these words appear:<br>
My name is Ozaymandias, King of Kings;<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/Ozaymandias">Wikipedia</a>
</h4>
<textarea placeholder="leave your comment here..."></textarea>
<br>
<br>
<button>Comment</button>
</body>
</html>