久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      html5支持用表格嗎

      html5中支持用表格;可以利用table標(biāo)簽來(lái)定義一個(gè)html表格,簡(jiǎn)單的html表格由table元素以及一個(gè)或者多個(gè)tr、th或td元素組成,tr元素定義表格行,th元素定義表格表頭,td元素定義表格單元。

      html5支持用表格嗎

      本文操作環(huán)境:Windows10系統(tǒng)、html5版、Dell G3電腦。

      html5支持用表格嗎

      html中可以利用<table> 標(biāo)簽定義 HTML 表格。

      簡(jiǎn)單的 HTML 表格由 table 元素以及一個(gè)或多個(gè) tr、th 或 td 元素組成。

      tr 元素定義表格行,th 元素定義表頭,td 元素定義表格單元。

      更復(fù)雜的 HTML 表格也可能包括 caption、col、colgroup、thead、tfoot 以及 tbody 元素。

      示例如下:

      <html> <body> <table border="1">   <tr>     <th>Month</th>     <th>Savings</th>   </tr>   <tr>     <td>January</td>     <td>$100</td>   </tr> </table> </body> </html>

      輸出結(jié)果:

      html5支持用表格嗎

      推薦教程:《html視頻教程》

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)