-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirstpage.html
More file actions
98 lines (83 loc) · 2.04 KB
/
firstpage.html
File metadata and controls
98 lines (83 loc) · 2.04 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
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
<!DOCTYPE html>
<head>
<title>LOKI</title>
</head>
<body>
<h1>FILL THE FORUM PLEASE</h1>
<br>
<br>
<P>please fill the below asked questions with out fail</P>
<br>
<br>
<ul>
<li>about page</li>
<li>more
<ol>
<li><a href="firstpage.html" target="_blank">first</a></li>
<li><a href="about.html" target="_blank">abt</a></li>
</ol>
</li>
<li>contact</li>
</ul>
<br>
<br>
<br>
<table>
<th>beginners</th>
<th>professionals</th>
<tr>
<td>
loki
</td>
<td>
chandu
</td>
</tr>
<tr>
<td>
hari
</td>
<td>
linga
</td>
</tr>
</table>
<br>
<br>
<br>
<p>please give the original information</p>
<form action="">
<label for="name">firstname</label>
<input type="text" name="name">
<br>
<br>
<label for="sname">last name</label>
<input type="text" name="sname" id="">
<br>
<br>
<label for="mail">mailID</label>
<input type="email" name="mail" id="">
<br>
<br>
<label for="phn">phnno</label>
<input type="text" name="phn" id="">
<br>
<br>
<p>gender</p>
<input type="radio" name="gender" id="">male
<input type="radio" name="gender" id="">female
<br>
<br>
<p>known programming languages</p>
<input type="checkbox" name="c" id="">c
<input type="checkbox" name="c++" id="">c++
<input type="checkbox" name="java" id="">java
<br>
<p>any suggestions</p>
<input type="text" name="" id="" height="150" width="100">
<br>
<input type="submit" value="submit">
<h3>THANKYOU</h3>
</form>
</body>
</html>