tip-archive icon indicating copy to clipboard operation
tip-archive copied to clipboard

label tag와 for

Open JaeYeopHan opened this issue 3 years ago • 0 comments

label tag로 input tag를 감싸면 for를 명시적으로 쓰지 않아도 된다.

<label>
  <input type="text" />
</label>

references

https://www.w3.org/TR/html52/sec-forms.html

JaeYeopHan avatar Sep 14 '20 09:09 JaeYeopHan