search

Home  >  Q&A  >  body text

How to display the title of a table with title? Should I use the h tag?

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

MrSwanMrSwan2545 days ago1754

reply all(2)I'll reply

  • 灭绝师太

    灭绝师太2018-03-13 13:24:43

    <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
    3
  • MrSwan

    Good teacher(๑•̀ㅂ•́)و✧

    MrSwan · 2018-03-13 13:25:15
  • Cancelreply