#todayilearned

by @jm3 · aka John Manoogian3

Frequent, bite-size mini-milestone updates as I fast-forward merge* my front-end web development skills up to 2019 levels. Learn more

Auto-focus an input element

Posted at — Jun 11, 2019

Not that hard / no Javascript necessary / I am trash man / 410,757,864,530 DEAD BROWSERS

 <form action="/api/v1/gusset">
  Tribadist: <input type="text" name="first" autofocus>
  <input type="submit">
</form>