Zastanawiam się, jaka jest różnica między następującymi dwoma fragmentami kodu:
<label>Input here : </label>
<input type='text' name='theinput' id='theinput'/>
i
<label for='theinput'>Input here : </label>
<input type='text' name='theinput' id='theinput'/>
Jestem pewien, że robi coś, gdy używasz specjalnej biblioteki JavaScript, ale poza tym, czy weryfikuje HTML lub jest wymagany z innego powodu?