12 lines
429 B
HTML
12 lines
429 B
HTML
<!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>
|