Skip to content

Commit 58ddb86

Browse files
Update Question6.html
1 parent 216adc9 commit 58ddb86

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

templates/Question6.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
5-
<title>Employee Type</title>
4+
<meta charset="UTF-8">
5+
<title>Employee Type</title>
66
</head>
77
<body>
88

9+
<h2>Select Employee Type</h2>
10+
911
<form>
10-
<label>
11-
<input type="radio" name="employeeType" value="salaried" required>
12-
Salaried
13-
</label>
12+
<label>
13+
<input type="radio" name="employeeType" value="Salaried" required>
14+
Salaried
15+
</label>
1416

15-
<label>
16-
<input type="radio" name="employeeType" value="business">
17-
Own Business
18-
</label>
17+
<label>
18+
<input type="radio" name="employeeType" value="Own Business">
19+
Own Business
20+
</label>
1921
</form>
2022

2123
</body>

0 commit comments

Comments
 (0)