Typre

HTML typing practice

Typre is a free typing trainer for programmers. Instead of prose, you type real HTML — brackets, operators and indentation included — and it measures WPM, accuracy, raw speed and consistency on every run.

Start typing HTML

What slows you down in HTML

Every tag is typed twice, and the closing one adds /. Attributes mean quote pairs inside angle brackets, so you are constantly opening and closing two different kinds of bracket at once.

What the snippets cover

Semantic layout elements, forms with labels and inputs, tables, meta and Open Graph tags, images with srcset, video with sources and captions, and accessibility attributes.

Snippets you will actually type

Three of the 61 short HTML snippets, exactly as they appear in the app:

<div class="card">
  <h2>Title</h2>
  <p>Some text</p>
</div>
<img src="/logo.png" alt="Typre" width="120" loading="lazy">
<tr>
  <th>Name</th>
  <td>Alice</td>
</tr>

How it works

Pick 15, 30 or 60 seconds. Snippets are served in shuffled order, so you never repeat one before finishing a full round — even across page reloads. Sign in to put scores on the leaderboard, race a friend on the same snippet in real time, or paste code from your own project. None of it is required: open the page and start typing.

Other languages