HTML不常用元素:optgroup_html/css_WEB-ITnose
Jun 24, 2016 am 11:22 AM
在网页表单中,
这个元素包含两个属性:disabled和label。
disabled:表示选项组无法被选择
label:表示选项组的名字
1 <select> 2 <optgroup label="Group 1"> 3 <option>Option 1.1</option> 4 </optgroup> 5 <optgroup label="Group 2"> 6 <option>Option 2.1</option> 7 <option>Option 2.2</option> 8 </optgroup> 9 <optgroup label="Group 3" disabled>10 <option>Option 3.1</option>11 <option>Option 3.2</option>12 <option>Option 3.3</option>13 </optgroup>14 </select>

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Difficulty in updating caching of official account web pages: How to avoid the old cache affecting the user experience after version update?

How do I use HTML5 form validation attributes to validate user input?

What is the purpose of the <iframe> tag? What are the security considerations when using it?

How to efficiently add stroke effects to PNG images on web pages?

What is the purpose of the <meter> element?

What is the purpose of the <datalist> element?

What is the viewport meta tag? Why is it important for responsive design?

What is the purpose of the <progress> element?
