+ 3
Why label element is used and also for attribute?
What is the use of label element and for attribute?
2 odpowiedzi
+ 3
You can google it :-)
+ 2
First point to be noted that without label tag if you will click on the particular input then only your actions will take place .and if you used label tag then clicked on label text will also trigger the action ok . It's very very good to use it in the case of radio and check box . Do the prectical for your self