front

html <label> tag

오늘은 집 2022. 10. 3. 22:08

https://www.w3schools.com/tags/tag_label.asp

 

HTML label tag

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com

  • 스크린 리더 사용자(사용자가 요소에 집중할 때 레이블을 소리내어 읽음)
  • 매우 작은 영역(예: 체크박스)을 클릭하는 데 어려움을 겪는 사용자 - 사용자가 요소 내의 텍스트를 클릭하면 <label>입력이 토글되기 때문입니다(이렇게 하면 적중 영역이 증가함).