文章詳情頁(yè)
帶標(biāo)題的表格怎么顯示標(biāo)題, 用h標(biāo)簽嗎?
瀏覽:85日期:2022-10-29 16:32:48
問(wèn)題描述
例如像這樣的表, 標(biāo)題怎么顯示?
問(wèn)題解答
回答1:<html>
<body>
<table border="1"width="500px" height="500px" bgcolor="#ccc" bordercolor="red" cellspacing="0">
<caption>我的標(biāo)題</caption>
<tr>
<td>a</td>
<td>b</td>
</tr>
</table>
</body>
</html>
排行榜

熱門(mén)標(biāo)簽