Forum : Label!@Y
Brief description  about Online courses   join in Online courses
View Anonymous  Anonymouse 's Profile

Label!@Y

Y do we use label ...give a example ??? thank you !
Asked by Anonymous Anonymouse | Mar 19, 2010 |  Reply now
Replies (1)
View mahendra bhagavath 's Profile
The <label> tag defines a label for an input element.

The label element does not render as anything special for the user. However, it provides a usability improvement for mouse users, because if the user clicks on the text within the label element, it toggles the control.

The for attribute of the <label> tag should be equal to the id attribute of the related element to bind them together.



Regards
Mar 23, 2010