๐ Bug HuntHT HTML Easyโก+10 XP
Label Not Linked
Clicking the label doesn't focus the input.
๐ Find the bug
1
<label>Name</label>2
<input type="text" id="name">๐ The bug is on line 1
Clicking the label doesn't focus the input.
<label>Name</label><input type="text" id="name">