-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathass-1.html
More file actions
30 lines (29 loc) · 809 Bytes
/
ass-1.html
File metadata and controls
30 lines (29 loc) · 809 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
26
27
28
29
30
<html>
<head>
<title>My First website</title>
<link rel="stylesheet" href= "style.css">
</head>
<body>
<div class="classified">
<h1 > MY First Website</h1>
<p>Welcome to my Website. I hope you are amused to see this </p>
<ul>
<li>key</li>
<li>lock</li>
<li>let it be</li>
<li>ulllaaa</li>
</ul>
<h3>Fav Quotes</h3>
<blockquote>
<p>
we will all die.
</p>
</blockquote>
<blockquote>
<p>
don't lose hope
</p>
</blockquote>
</div>
</body>
</html>