静态网页开发技术第二篇

6.定时刷新或跳转

    (1)定时自刷新

                   <meta http-equiv="refresh"content="x"/>   x代表时间间隔

      (2)  定时自动跳转

                    <meta  http-equiv="refresh"content="3;url=http://...."/>

7.表格

      (1)基本语法

                <table>

                      <caption> 表格标题</caption>

                       <tr><th>列名一</th><th>列名二</th>....</tr>

                       <tr><td>数据一</td><td>数据二</td>.....</tr>

                        ....

                   </table>

       (2)表格属性

       (3)表格行属性

       (4)<td>,<th>属性

2.1.3  HTML表单标签与表单设计

        1.<form>标记及其属性

  未完

原文地址:https://www.cnblogs.com/frankzone/p/7593523.html