-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
38 lines (29 loc) · 900 Bytes
/
index.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
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Test form elements</title>
<meta name="robots" content="noindex, nofollow">
<style type="text/css">
body {
font-family: arial, sans-serif;
line-height: 2;
padding: 1% 5%;
}
</style>
</head>
<body>
<h1>Test form elements</h1>
<ul>
<li><a href="html5-types.html">All HTML5 input types</a></li>
<li><a href="input.html">input fields</a></li>
<li><a href="radio.html">radio buttons</a></li>
<li><a href="checkbox.html">checkboxes</a></li>
<li><a href="input-number.html">input = number</a></li>
<li><a href="options-general.html">general settings</a></li>
<li><a href="options-discussion.html">discussion settings</a></li>
<li><a href="network-settings.html">network settings</a></li>
<li><a href="https://github.com/wpaccessibility/test-forms/">GitHub Test forms repository</a></li>
</ul>
</body>
</html>