Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
In a nutshell what it does is refer to the idid of the input, that's all:
id
<label for="the-id-of-the-input">Input here:</label> <input type="text" name="the-name-of-input" id="the-id-of-the-input">
In a nutshell what it does is refer to the id of the input, that's all:
<label for="the-id-of-the-input">Input here:</label> <input type='text'type="text" name='theinput'name="the-name-of-input" id='theinput'>id="the-id-of-the-input">
<label for="the-id-of-the-input">Input here:</label> <input type='text' name='theinput' id='theinput'>