-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetails.html
76 lines (74 loc) · 1.74 KB
/
details.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
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
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<h1 align = "center">DETAILS PAGE:</h1>
<brs>
<head>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background: #463f3e;
}
li {
float: left;
}
li a {
display: block;
padding: 10px;
background: #463f3e;
color: white;
text-decoration: none;
}
table{border-collapse: collapse;
border: solid black;
width: 30%;
text-align: center;
float:left;}
td{
border: solid black;
padding:1px ;
}
.pic{float:right;
height: 95px;
width: 150px;
margin-bottom: 10px;}
</style>
</head>
<body>
<b><a href=" https://www.iiit.ac.in/">
<img
src="https://www.iiit.ac.in/img/iiit-new.png"
width="140"
height="60"
align="left"
/></a>
<h2 align="right"><a href="https://serc.iiit.ac.in/rdip">RDIP</a></h2>
<br /><br />
<div class="navbar">
<ul>
<li><a href="homepage.html">Home</a></li>
<li><a href="registration.html">Registration Form</a></li>
</ul>
</div>
<br/>
</b>
<div>First name: John</div>
<div>
E-mail :
</div>
<div>Phone No : 9********3</div>
<div class="info">
Gender : Male
</div>
<div class="info">
Reason : HTML, CSS,
JavaScript
</div>
<div class="info">
College : Name of College
</div>
</body>
</html>