blob: 8f3c66911c022a9d4187cf4332fb0cb9761fd225 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1 id="h1">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h1>
<button id="button">Accessible Button</button>
<p id="p" style="font-size: 0;">This is a paragraph that has no bounds.</p>
<label>Enter text: <input id="input" type="text"></text></label>
</body>
</html>
|