How to use label tag


<label>

All Tags not showing in online page, but show on view source.

<form>
    <label for="name">Your Name:</label> <input type="text"><br>
    <label for="email">Your Email ID:</label> <input type="email"><br>
</form>

Code show like this:



Browser Support

The <label> tag is supported in all major browsers.

What is label tag

label tag used to a label for an input tag

Leave a Reply

Your email address will not be published. Required fields are marked *