JaeYeopHan / tip-archive

📦 Archiving various development tips. If you watch this repository, you can get issues related to the newly registered development tip from the GitHub feed.
https://www.facebook.com/Jbee.dev/
245 stars 8 forks source link

label tag와 for #71

Open JaeYeopHan opened 3 years ago

JaeYeopHan commented 3 years ago

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

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

references

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