-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment1.html
More file actions
52 lines (49 loc) · 1.5 KB
/
Assignment1.html
File metadata and controls
52 lines (49 loc) · 1.5 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
41
42
43
44
45
46
47
48
49
50
51
52
<!Doctype HTML>
<html>
<head>
<title>first Assignment!!!!!!!! </title>
<meta name='value'>
<meta charset='utf-8'/>
<style>
blockquote {
background-color:white;
padding: 10px;
text-align: center;
font-size: 20px;
color: black;
}
#heading{margin-left: 500px;}
.border{border-color: black;
border-style: solid;
text-align: center;
width: 70%;
border-width: 2px;
}
</style>
</head>
<body bgcolor="orange">
<div id="heading">
<h1>My First Website</h1>
<p>Welcome to my website!! here are some things that i enjoy in doing </p>
<ul>
<li>Web Development</li>
<li>Chess </li>
<li>Reading</li>
<li>Learning</li>
</ul>
<h3>Favourite Quotes:</h3>
</div>
<center>
<div class="border">
<blockquote>
<p>"Here is the Favourite quote of mine:<em>"Hard work and hearlty done work always never Fails"</em></p>
</blockquote>
</div>
<div class="border">
<blockquote>
<p><em>"Innovate , Create and Explore "</em></p>
</blockquote>
</div>
</center>
</body>
<html>