-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclass.html
36 lines (35 loc) · 1.49 KB
/
class.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Form</title>
<link rel="icon" type="image/x-icon" href="C:\Users\DEV\Dowonloads\download.jpeg">
<body>
<br>
<a id="link" href="http://www.website_name.in" target="<iframe anchor="https://www.website_name.in/">Anchor</iframe>
<iframe src="https://www.website_name.in/" title="Itmuniversity"></iframe>
<iframe anchor="https://www.website_name.in/">Anchor</iframe>
<form action="file:///C:/Users/DEV/Documents/APPS/vs%20code/HTML/CP%20Project.html">
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<label for="fname">First name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Last name:</label>
<input type="text" id="lname" name="lname"><br><br>
Feedback:
<input type="textarea" name="lname"><br><br>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
<br><hr>
<p>Select you Options:-</p>
<label for="Cyberid">
<input type="radio" name="Cyber" id="Cyberid" value="Cyber Security">Cyber Security
<br>
</label>
<label for="Penetrationid">
<input type="radio" name="Cyber" id="Penetrationid" value="Penetration Tester">Penetration Tester
<br>
</label>
</form>
</body>
</html>