亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

How to display the title of a table with title? Should I use the h tag?
MrSwan
MrSwan 2018-03-12 21:53:21
0
2
1840

For example, in a table like this, how to display the title?無標(biāo)題.png

MrSwan
MrSwan

reply all(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>

  • reply Good teacher(??????)??
    MrSwan author 2018-03-13 13:25:15
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template