-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume1.html
More file actions
63 lines (58 loc) · 1.15 KB
/
resume1.html
File metadata and controls
63 lines (58 loc) · 1.15 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
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html lang="en-US">
<head>
<title>:: First</title>
<style>
body{
margin-left:5em;
margin-right:5em;
background-color:#e9e9e9;
}
hr{
color:white;
}
button{
color:green;
background-color:yellow;
}
li{
color:#826282;
}
img{
Border-radius:30%;
margin:2em;
position:absolute;
TOP:250px;
right:150px;
WIDTH:170px;
HEIGHT:170px;
}
p{
font-size:120%
}
h1{
margin-top:2em;
}
h2{
margin-left:5em;
color:#1abc9c;
}
</style>
</head>
<body>
<h1 style="color:#5499c7" align="center" ><i><b>.:: RESUME ::.</b></i></h1>
<br><hr><br>
<ul align="center" type="circle">
<li><i><h3>Aim : To become a {html, css, js, php} codder</h3></i></li>
</ul>
<br><hr><br>
<h2><b>Name</b> : Rishi Jitendra Setpal</h2>
<h2 title="Thadomal Shahani Engg. College"><b><span>College<span></b><u> : TSEC</u></h2>
<h2><b>Roll No : </b>120</h2>
<img src="PHOTO.jpg" alt=" Photo : Mr.Rishi Setpal " border="2em" width="150" height="150"/>
<br><hr>
<p title="you can go to other pages also.." align="center">
<a href="resume2.html">page 2</a> ::
<a href="resume3.html">page 3</a></p>
</body>
</html>