?? [??p?n] US [?ɑ:p?n]

n. ??; ??(??); ?? ??

????? ??? ? ??: ?? ??? : options ????: optioning ????: optioned ????: optioned

HTML ?? ?? ???

??: ???? ???? ??(??)? ?????.

??: ????? <option> ??? ???? <select> ??? ?? ?? ??? ??? ??? ?????.

?? ??? ?? ?? ?? ????.

??: <option> ??? ?? ?? ??? ? ??? ????? ??? ???? ??? ???? ? ??? ???? ???. ? ??? ?? ??? ?? ?????. ??? ??? ? ??? ??? ????.

HTML ?? ?? ?

<!DOCTYPE html>
<html>
<body>

<select>
    <option>peter_zhu</option>
    <option>西門(mén)大官人</option>
    <option>滅絕師太</option>
    <option>無(wú)忌哥哥</option>
</select>

</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????.

<!DOCTYPE html>
<html>
<body>

<select>
    <option>peter_zhu</option>
    <option>西門(mén)大官人</option>
    <option>滅絕師太</option>
    <option>無(wú)忌哥哥</option>
</select>
<p>option標(biāo)簽用于下拉列表中的元素</p>
</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????