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
1731

For example, in a table like this, how to display the title?无标题.png

MrSwan
MrSwan

reply all(1)
灭绝师太

<html>

<body>

<table border="1"width="500px" height="500px" bgcolor="#ccc" bordercolor="red" cellspacing="0">

<caption>我的标题</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