Search: <input tabindex="1">
<h1 tabindex="2">Title Whatever</h1>
<p tabindex="3">Paragraph content. Whatever you want to have here.</p>
<p tabindex="4"><a href="#" tabindex="5">Dummy link 1</a></p>
<p tabindex="6"><a href="#" tabindex="7">Dummy link 2</a></p>
<p tabindex="8"><a href="#" tabindex="9">Dummy link 3</a></p>
body {
padding: 40px;
}
:focus {
background: #ccc;
}
This Pen doesn't use any external CSS resources.