-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (47 loc) · 1.46 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Bank Intern</title>
</head>
<h1 align ="center"> INTERN </h1>
<p tabindex="2"> Years Open </p>
<ul style ="list-style-type:square">
<li><a href="#" target="_blank">3rd year</a></li>
<li><a href="#" >1st yr</a> </li>
</ul>
<p tabindex="1" contenteditable="true"> Apply for</p>
<ol type="1" start="3">
<li> months
</li>
<li> months
</li>
</ol>
<form action="#" method="get">
<label for="username">Enter Name </label>
<input required="true" accesskey="h" placeholder="name" maxlength="14" size="20 "type ="textarea" name="username">
<br>
<label for="username">Enter College-Name </label>
<input autocomplete="on" autofocus="true" type="text"vname="ss">
<br>
<label for="username">Enter Age</label>
<input type="text" name="country" value="20" readonly>
<br>
<input checked type="checkbox" name="vehicle" value="Bike"> webd<br>
<input disabled type="checkbox" name="vehicle" value="Bike"> ios dev<br>
<input autocomplete="on" type="checkbox" name="vehicle" value="Car" > and dev<br>
<p align='center'>
<p> banks chosen </p>
<select multiple="true" name="ss">
<option selected>sbi</option>
<option>icici</option>
<option>pnb</option>
<option></option>
</select>
<p>self bio </p>
<textarea name="name" rows="3" cols="7" wrap="soft">
</textarea>
<p> Year of graduating
<input type="number" step="5" name="pp" value="2010">
</p>
<input type="submit" name ="name" value="Submit">
</form>