Welcome ðŸŽ‰

logo

ReactLMS

Search
Light Mode
Contact Us

1 min to read

Contact us

No results for your search.
Sorry, an unexpected error occurred

Feature


Tag <label> is used to create a title for certain types of specific tags such as <input>, <textarea>, <select>.

Tag <label> allows the application to read the text aloud when the user selects it, or allows the user to access the cursor to the tags that the label tag is pointing to.


How to use


Example:

<label for="Man">Man</label>
<input id="Man"/>






Result:



Read more
On This Page