SyntaxFix
Write A Post
Hire A Developer
Questions
In a nutshell what it does is refer to the id 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">