-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 795 Bytes
/
index.html
File metadata and controls
26 lines (22 loc) · 795 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
<html>
<head>
<title>assingment1</title>
<link rel="stylesheet" href="style.css" />
</head>
<body class="wrap">
<div >
<h4>My First Website</h4>
<p> welcome to my website !here are some thing i enjoy</p>
<ul>
<li>web development</li>
<li>chess</li>
<li>reading</li>
<li>learning</li>
<li>travelling</li>
</ul>
<h2>favourite quotes</h2>
<p style="border: 1px solid greenyellow;">here is a favourite code of mine</p>
<p style="border:2px solid royalblue">theres another</p>
</div>
</body>
</html>