zoukankan      html  css  js  c++  java
  • HTML5_表单元素

    <!DOCTYPE html>
    <hmtl>
    <html  lang="zh-cn">
    <head>
    <meta charset="utf-8">
    <title>基本格式</title>
    </head>
    <body>
    <table  border=“1”  style="300px">
    <thead>
    <tr>
    <th>姓名</th>
    <th>性别</th>
    <th>婚否</th>
    </tr>
    </thead>
    <tr>
    <th>张三</th>
    <th>男</th>
    <th>已婚</th>
    </tr>
    <tr>
    <th>马六</th>
    <th>女</th>
    <th>未婚</th>
    <tfoot>
    <td colspan="3">统计二人</td>
    </tfoot>
    </tr>
    </table>
    </body>
    </html>

    版权声明:本文博主原创文章,博客,未经同意不得转载。

  • 相关阅读:
    MD5 Hashing in Java
    Caching in Presto
    ORC 文件存储格式
    Presto 性能优化点
    数据分页问题
    ES
    ES
    ES
    ES
    ES
  • 原文地址:https://www.cnblogs.com/lcchuguo/p/4891067.html
Copyright © 2011-2022 走看看