Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

Label:-

जब हम HTML Form Create करते हैं, तब ये जरूरी होता है कि हम हर Control को एक उचित Label प्रदान करें, ताकि User उस Control की जरूरत वाले Data को ठीक तरह से जान सके और उचित Data प्रदान कर सके। यदि एक Form के Control User को सही व उचित तरीके से ये जानकारी नहीं दे पाते हैं कि उन्‍हें किस तरह के Data की जरूरत है, तो User कभी भी सही Data Input नहीं कर सकता।

Syntax:-           <label for=“element_id”>

Attribute of <label>

for :- इस attribute का उपयोग उस element की आईडी specify करने के लिए किया जाता है जिससे लेबल जुड़ा हुआ है।

Label:-

This element is used to define label or naming of form elements. It provide a usability improvement for mouse users i.e. if a users clicks on the text within the <label> element, it toggles the control associated with it.

Syntax:-           <label for=“element_id”>

Attribute of <label>

for :- this attribute is used to specify id of the element that label is bound to.

error: Content is protected !!