html5 - How to set focus onto form input -


how set focus focus specific form input

<? foreach($words $word): ?>     <form data-word="<? print $word['word']['en_words'] ?>">          <input autofocus type="text"/>         <input type="submit" value="check"/>       </form>     <? endforeach; ?> 

enter image description here


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -