-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject2.html
More file actions
63 lines (52 loc) · 1.37 KB
/
Copy pathProject2.html
File metadata and controls
63 lines (52 loc) · 1.37 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
<center>
<h1>
Error Makes Clever Academy
</h1>
<h3>
Training|Tech News|Freshers Guide
</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Totam esse ex ut laborum sequi officiis.</p>
<hr>
</center>
<center>
<h2>
Registration Form
</h2>
<table>
<tr>
<td>Name:</td>
<td><input type="text"></td>
</tr>
<tr>
<td>Age:</td>
<td><input type="Number"></td>
</tr>
<tr>
<td>Gender:</td>
<td>
<input type="radio" name="Gender">Male<input type="radio" name="Gender">Female
</td>
<tr>
<td>Select a Course:</td>
<td><select>
<option>AI</option>
<option>FULL STACK</option>
</select></td>
</tr>
<tr>
<td>
Upload your resume
</td>
<td><input type="file" placeholder="Choose File"></td>
</tr>
<tr>
<td><input type="reset"></td>
<td ><input type="submit"></td>
</tr>
</table>
</center>
<center>
<hr>
<a href="">Home</a> | <a href="">Instagram</a> | <a href="">Youtube</a>
<hr>
</center>