zoukankan      html  css  js  c++  java
  • 表格元素

    <table border ="边框" cellpadding=”” cellspacing=””>

         <thead>表头

              <th></th>

        <th></th>

        </thead>

        <tbody>

              <tr>行                         

                       <td></td>列

                       <td></td>   

              </tr>

              <tr>                        

                       <td></td>

                       <td></td>                 

              </tr>

        </tbody>

    </table>

    colspan    列合并

    rowspan   行合并

  • 相关阅读:
    闭包
    iframe
    函数声明和函数表达式
    简单的事件委托
    onhashchange
    WebP探索
    Chrome
    适合自己学习的一些网站
    模拟jQuery的一些功能
    __autoload()方法
  • 原文地址:https://www.cnblogs.com/huan123/p/8051704.html
Copyright © 2011-2022 走看看