<select>//下拉列表
<option value="提供服務(wù)器使用" selected="默認(rèn)被選中的內(nèi)容">//下拉列表的內(nèi)容項
</option>
</select>
<option value="提供服務(wù)器使用" selected="默認(rèn)被選中的內(nèi)容">//下拉列表的內(nèi)容項
</option>
</select>
2022-11-05
最贊回答 / 禾鶴
這樣不太對,因為給的例子里,“成績單”并不是表格標(biāo)題標(biāo)簽,不應(yīng)該用<cation>,而是應(yīng)該在<table>前,用<h3>,之后才能在“成績單”下一行加上水平線<hr>
2022-09-20
最新回答 / 慕圣0065451
<table border="1">? ? <thead>? ? ? ? <tr>? ? ? ? ? ? <th>科目</th>? ? ? ? ? ? <th>分?jǐn)?shù)</th>? ? ? ? </tr>? ? </thead>? ? <tbody>? ? ? ? <tr>? ? ? ? ? ? <td>語文</td>? ? ? ? ? ? <td&...
2022-08-14
已采納回答 / 慕前端7075531
規(guī)范,如果回答錯了踢踢我