-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdetails.html
More file actions
51 lines (51 loc) · 1.23 KB
/
details.html
File metadata and controls
51 lines (51 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<style>
.cent{
margin-left:50px;
margin-right:50px;
margin-top:50px;
margin-bottom:50px;
}
.cent .fo{
text-align:left;
}
#firstdiv {
width:10%;
float:left;
}
#seconddiv {
width:90%;
float:left;
}
</style>
</head>
<body>
<div class="cent">
<h1 style="text-align:center;text-color:black;">DETAILS PAGE:</h1>
<div>
<a href="https://www.iiit.ac.in/"><img src="https://www.iiit.ac.in/img/iiit-new.png" width="50" height="50"></a>
<div style="float:right;margin-right:50px;"><a href="https://serc.iiit.ac.in/rdip"><h1 style="color:purple;font-size:20px;">RDIP</h1></a>
</div>
</div>
<div id="firstdiv">
<a href="file:///C:/Users/prath/DEMO/DEMO/homepage.html">
<h1 style="color:white;font-size:15px;font-weight:500;background-color:rgb(60, 60, 60);height:30px;">home</h1>
</a>
</div>
<div id="seconddiv">
<a href="file:///C:/Users/prath/DEMO/DEMO/registration.html">
<h1 style="color:white;font-size:15px;font-weight:500;background-color:rgb(60, 60, 60);height:30px;">registration</h1>
</a>
</div>
<p>First Name:Prathyusha</p>
<p>E-mail :[email protected]</p>
<p>Phone No :9*********4</p>
<p>Gender :Male</p>
<p>Reason :HTML,CSS,JAVASCRIPT</p>
<p>college :GITAMW </p>
</div>
</div>
</body>
</html>