Skip to content

Instantly share code, notes, and snippets.

@soomtong
Created October 29, 2013 06:36
Show Gist options
  • Select an option

  • Save soomtong/7209999 to your computer and use it in GitHub Desktop.

Select an option

Save soomtong/7209999 to your computer and use it in GitHub Desktop.
tab index
<body>
<h1>탭 테스트</h1>
<input type="button" name="1" value="1" tabindex="1">
<input type="button" name="2" value="2" tabindex="2">
<input type="button" name="3" value="3" tabindex="3">
<button tabindex="-1">이건 열외</button>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment