DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> HTML基礎知識 >> HTML和Xhtml >> HTML非常用標簽 optgroup、sub、sup和bdo示例代碼
HTML非常用標簽 optgroup、sub、sup和bdo示例代碼
編輯:HTML和Xhtml     
optgroup 用在select 標記中 可以使下拉列表內容更加有條理

復制代碼代碼如下:
<select>
<optgroup label="aaa">
<option>分清是非</option>
<option>分清是非</option>
<option>分清是非</option>
</optgroup>
<optgroup style="color:#C30" label="bbb">
<option>分清是非</option>
<option>分清是非</option>
<option>分清<br/>是非</option>
</optgroup>
</select>

sub 上標
sup 下標 可與<em>一起用於注釋
dbo dir 標記一起使用,可以改變文字的輸出方向,右->左




提示:您可以先修改部分代碼再運行
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved