<html> | |
<head><title>accessibility 1</title></head> | |
<body> | |
<button>a button</button> | |
<p>paragraph 1</p> | |
<p>paragraph the second</p> | |
<p>a third paragraph</p> | |
<button>another button</button> | |
<button>button 3</button> | |
<input type="range" min="0" max="100" value="51" step="3" class="slider" id="myRange"> | |
<div style='height:1000px; width:1000px;'></div> | |
<p>offscreen node</p> | |
<button>button 4</button> | |
</body> | |
</html> |