-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.html
20 lines (20 loc) · 876 Bytes
/
info.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<head>
<title>Profile</title>
</head>
<body style="background-color:#fce4ec">
<h3>Profile icon</h3>
<br>
<img src="prfl.jpg" width="500" width="500">
<br><br>
<fieldset >
<h4>Ur contact details are not updated.plz fill the following form.</h4>
<legend><b>Contact details</b></legend>
<label>Email id:<br><input type="text" name="mail" ></label><br>
<label>Phone num:<br><input type="text" name="phn" ></label><br>
<label>Address: <br><textarea name="addr" rows="8" cols="80">Enter ur address here.......</textarea></label><br>
<label>Resume: <br><input type="file" name="" value="" ><br><input type="submit" name="submit" value=""></label>
<label><br>Are u a day scholar or hostller <br><input type="radio" name="" value="typeh" />Hostller
<input type="radio" name="" value="typeds" />Day scholar
</label>
</fieldset>
</body>