读书人

奥秘的表格标签

发布时间: 2012-10-07 17:28:51 作者: rapoo

神秘的表格标签

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title></head><body><table summary="This is the summary text for this table."  border="0" cellspacing="0" cellpadding="0">  <caption>  <em>公司报表</em>  </caption>  <thead>    <tr>      <th>商品1</th>      <th>商品2</th>    </tr>  </thead>  <tfoot>    <tr>      <td colspan="2">(注:created by macrotea)</td>    </tr>  </tfoot>  <tbody>    <tr>      <td>TD One</td>      <td>TD Two</td>    </tr>    <tr>      <td>TD One</td>      <td>TD Two</td>    </tr>    <tr>      <td>TD One</td>      <td>TD Two</td>    </tr>    <tr>      <td>TD One</td>      <td>TD Two</td>    </tr>  </tbody></table></body></html>

?

?

<thead>
<tfoot>
<tbody>

读书人网 >Web前端

热点推荐