-
Notifications
You must be signed in to change notification settings - Fork 6
/
pull3.html
55 lines (53 loc) · 1.51 KB
/
pull3.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
<html>
<head>
<title>songs</title>
</head>
<body>
<table width="100%">
<tr>
<td width="40%" style="font-size:50px"><h style="color:blue">MP3 & Video Unlimited</h></td>
<td width="20%%"><img src="images.jpeg" width="150px" height="120px"></td>
<td width="40%"></td>
</tr>
<table width="100%" style="background-color:red;color:black">
<tr>
<td width="20%"><a href="web.html"><strong>Home</strong></a></td>
<td width="20%"><strong>Latest Songs</strong></td>
<td width="20%"><strong>Bollywood</strong></td>
<td width="20%"><strong>Hollywood</strong></td>
<td width="20%"><a href="contact.html"><strong>ContactUs</strong></a></td>
</tr>
</table>
<form>
<fieldset>
<legend>Enter Details</legend>
<strong>Name</strong><br>
First Name<input type="text">Last Name<input type="text"><br>
<strong>Gender</strong><br>
<input type="Radio" name="g">Male<input type="radio" name="g">Female<br>
<strong>DOB</strong><br>
<input type="date"><br>
<strong>Color</strong>
<input type="color"><br>
<strong>Mobile No</strong>
<input type="tel"><br>
<strong>Hobbies</strong>
<input type="text area">Cricket<br>
<input type="text area">Football<br>
<input type="text area">Movies<br>
<strong>Password</strong>
<input type="password"><br></br>
<strong>Upload Image</strong>
<input type="file"><br><br>
<strong>Qualifications</strong><br>
<select><option>Btech</option>
<option>Mtech</option>
<option>MBA</option>
<option>BCA
</option></select><br>
<input type="submit" name="gh"><input type="reset" name="gh">
</fieldset>
</form>
</body>
</html>
<!Exclusive work of Gaurav>