WML <optgroup> 標(biāo)簽

2018-03-01 16:12 更新

本節(jié)介紹了 WML <optgroup> 標(biāo)簽的使用。

定義和用法

<optgroup> 標(biāo)簽定義可選列表中的一組選項(xiàng)。

注釋:<optgroup> 標(biāo)簽必須位于 select 元素中。

語(yǔ)法

<select>
 <optgroup>
  <option>text</option>
  <option>text</option>
 </optgroup>
  <optgroup>
  <option>text</option>
  <option>text</option>
 </optgroup>
</select>

屬性

屬性 描述
title cdata 為 optgroup 元素設(shè)置標(biāo)題。
xml:lang language_code 設(shè)置元素中使用的語(yǔ)言。
class cdata 為此元素設(shè)置的 class 名。這個(gè) class 名對(duì)大小寫敏感。一個(gè)元素可鏈接多個(gè) class。claas 屬性中的多個(gè) class 名通過(guò)空格進(jìn)行分隔。
id id 為此元素設(shè)置的唯一名稱。

實(shí)例

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>
<card title="Selectable List"> 
<p>
 <select>
   <optgroup title="HTML Tutorials">
    <option value="html">HTML Tutorial</option>
    <option value="css">CSS Tutorial</option>
    <option value="dhtml">XHTML Tutorial</option>
   </optgroup>
   <optgroup title="XML Tutorials">
    <option value="xml">XML Tutorial</option>
    <option value="xsl">XSL Tutorial</option>
    <option value="xforms">XForms Tutorial</option>
   </optgroup>
 </select>
</p>
</card>
</wml>
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)