Maison  >  Questions et réponses  >  le corps du texte

Comment afficher le titre d’un tableau avec title ? Dois-je utiliser la balise h ?

Par exemple, dans un tableau comme celui-ci, comment afficher le titre ?无标题.png

MrSwanMrSwan2412 Il y a quelques jours1637

répondre à tous(2)je répondrai

  • 灭绝师太

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

    <html>

    <body>

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

    <caption>我的标题</caption>

    <tr>

      <td>a</td>

    <td>b</td>

    </tr >

    </table>

    </body>

    </html>

    répondre
    3
  • MrSwan

    Bon professeur(๑•̀ㅂ•́)و✧

    MrSwan · 2018-03-13 13:25:15
  • Annulerrépondre