what are labels? how are they added to the forms?
Answers
Answered by
2
what are labels? how are they added to the forms?
um search on the Google dude...
Answered by
3
The labels are the element used in the HTML programming which is Hyper Text Marking Language of programming.
Explanation:
The labels are used in order to associate the input of the field taken into consideration to complete the set of operation for the desired programming. The labels are basically used to assign value to the input field used as per the requirement in the programming.
It is added to the forms with the syntax as following –
<label for = “John”> Name </label> <br>
Similar questions