Asked • 05/29/19

What does "for" attribute do in HTML <label> tag?

I wonder what is the difference between the following two code snippets: <label>Input here : </label> <input type='text' name='theinput' id='theinput'/>and <label for='theinput'>Input here : </label> <input type='text' name='theinput' id='theinput'/>I'm sure it does something when you use a special JavaScript library, but apart from that, does it validate the HTML or required for some other reason?

1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.