This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.
The <label> tag is used to create labels for form inputs.
<form>
<label for="name">Name</label>
<input type="text" id="name" name="name">
</form>