-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject1.html
26 lines (23 loc) · 903 Bytes
/
project1.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
<!DOCTYPE html>
<html>
<head>
<title> MY FIRST HTML DOC! </title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1><b>INTRODUCTION</b></h1>
<p><b>HEY JUHI..</b><em>THANK YOU FOR HELPING ME ALWAYS.</em><br>I AM VERY LUCKY TO HAVE YOU AS A FRIEND IN MY LIFE..<u>HOPE WE BOTH COMPLETE OUR TARGET WHICH
WE HAVE PLANNED FOR OUR GOALS. </u>
</p>
<hr>
<!-- about me-->
<ol type="1">
<li>my name is ishita.</li>
<li>i am 18 years old.</li>
<li>my hometown is ambala cantt, haryana.</li>
<li>i am prsuing b.e. in it from uiet pu chandigarh.</li>
<li>stay happy and blessed always!!!</li>
</ol>
<p>----------------------------------------------------<br> thank you !!</p>
</body>
</html>