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

Optgroup Tag:-

<optgroup> tag को drop-down list में related options को समूहित करने के लिए उपयोग किया जाता है। यदि आपके पास options की एक long list है, तो users के लिए related options के group को संभालना आसान है।

<select>

     <optgroup>

              <option>……</option>

     </optgroup>

     <optgroup>

              <option>……</option>

     </optgroup>

</select>

Attribute

Value

Description

disabled

disabled

Specifies that an option-group should be disabled

label

text

Specifies a label for an option-group

 

Optgroup Tag

The <optgroup>….</optgroup> tag helps to group related choices, when we have a llong list of option to select from the drop-down list created using the <select> tag.

<select>

     <optgroup>

              <option>……</option>

     </optgroup>

     <optgroup>

              <option>……</option>

     </optgroup>

</select>

Attribute

Value

Description

disabled

disabled

Specifies that an option-group should be disabled

label

text

Specifies a label for an option-group

error: Content is protected !!