-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex3.html
More file actions
53 lines (45 loc) · 1.24 KB
/
index3.html
File metadata and controls
53 lines (45 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1><center> Novell Services login</center></h1><form>
<p>Usename:
<input type="text" required>
</p>
<p>
Password:
<input type="password" maxlength="3" required>
</p>
<p>Employment:
<input type="text" required>
</p>
<p>Wed server:
<select name="" id="" required>
<option value="plz select" selected>plz select</option>
<option value="Google">Google</option>
<option value="edge">edge</option>
<option value="Firefox">Firefox</option>
<option value="ather">ather</option>
</select>
</p>
<div>
Pleaze sacify <br>
your role<br> <input type="radio" name="" id="" required>admin<br>
<input type="radio" name="" id="">Engineerr<br>
<input type="radio" name="" id="">Manager<br>
<input type="radio" name="" id="">Guest<br>
</div>
<div>
Pleaze sacify
your role<br><input type="checkbox" name="" id="" required>Mall<br>
<input type="checkbox" name="" id="">Payroll<br>
<input type="checkbox" name="" id="">Self-servicve<br>
</div>
<button>login</button><button>Reset</button>
</form>
</body>
</html>