We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216adc9 commit 58ddb86Copy full SHA for 58ddb86
templates/Question6.html
@@ -1,21 +1,23 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
- <meta charset="UTF-8">
5
- <title>Employee Type</title>
+ <meta charset="UTF-8">
+ <title>Employee Type</title>
6
</head>
7
<body>
8
9
+<h2>Select Employee Type</h2>
10
+
11
<form>
- <label>
- <input type="radio" name="employeeType" value="salaried" required>
12
- Salaried
13
- </label>
+ <label>
+ <input type="radio" name="employeeType" value="Salaried" required>
14
+ Salaried
15
+ </label>
16
- <input type="radio" name="employeeType" value="business">
17
- Own Business
18
+ <input type="radio" name="employeeType" value="Own Business">
19
+ Own Business
20
21
</form>
22
23
</body>
0 commit comments