0
Question in html
Please in HTML the label tag what itâs function?
6 Answers
+ 2
Best you ask your question here on Q&A â that way you can get faster help by more people! :)
+ 4
Have you tried researching by yourself?
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
https://www.w3schools.com/tags/tag_label.asp
+ 3
These articles were just the ones I found immediately.
You can try to google "html label tag" and "html form" for more ;)
+ 2
The <label> tag establishes a link between a special label, which is usually text, and a form element (<input>, <select>, <textarea>). Such a relationship is necessary to change the values ââof the elements when you click on the text with the mouse cursor. In addition, using <label> you can use keyboard shortcuts and navigate to the active element of links.
+ 1
Lisa Thanks alot for that article. It was easily understood. Youve got more? I would like to read more
+ 1
Lisa oh! I thought you owned that site. My bad!
Thanks a lot for that. Hope its okay to send you a message anytime i encounter any difficulty?