-
Notifications
You must be signed in to change notification settings - Fork 0
/
mohan.html
112 lines (63 loc) · 1.68 KB
/
mohan.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<html>
<head>
<style> file created</style>
</head>
<body>
<a href="http://54.67.26.196/about.html"> About us</a>
<h2> Roshan IT Solutions pvt. Ltd </h2>
Desined by Bharath<br>
contact :8897068123</br>
<body bgcolor="cyan">
<form>
<fieldset>
USER NAME :</br>
<input type="text" name="name"><br>
BRANCH:<br>
<select name ="Branch" multiplesize="6">
<optgroup label="DEGRE">
<option> BE/BTECH </option>
<option> ECE </option>
<option> EEE </option>
<option> IT </option>
<option>MECH</option>
</optgroup>
</select></br>
BRANCH:<br>
<select name ="Branch" multiplesize="6">
<optgroup label="Inter">
<option> Select one </option>
<option> bipc </option>
<option> mec </option>
<option> IT </option>
<option>MECH</option>
</optgroup>
</select></br>
Gender:<br>
<select name ="Gender" multiplesize="6">
<optgroup label="Sex">
<option> Select </option>
<option> Male </option>
<option> Female </option>
</optgroup>
</select></br>
Software fund:<br>
<input type="checkbox" name="name">c/c++<br>
<input type="checkbox" name="name">java<br>
<input type="checkbox" name="name">dotnet</br>
<input type="checkbox" name="name">oracle<br>
Do you know linux os?<br>
<input type="radio" name="name"checked>yes<br>
<input type="radio" name="name">no<br>
Tell about yourself:</br>
<textarea cols="10" cols="15">
</textarea ><br>
NAME:
<input type="button" value="button name" name="name"></br>
File data:</br>
<input type="file" size="7"></br>
<input type="submit" value="Submit" name="submit">
<input type="reset" value="Reset" name="reset">
</fieldset>
</form>
</body>
</html>