返回Html cs......登陆

Html css标签

稻草人2019-06-28 11:00:38233

<!DOCTYPE html>

<html>

    <head>

        <meta charset="utf-8">

    </head>

    <body>

     <h3>我要做一个三行三列的表格思密达</h3>

     <table width="500" height="300" border="1" cellspacing="0" cellpadding="0">

      <thead>

     <tr>

     <th>姓名</th>

     <th>性别</th>

     <th>年龄</th>

     </tr>

     </thead>

<tbody>

     <tr>

     <td>鸣人</td>

     <td>男</td>

     <td>18</td>

     </tr>

     <tr>

     <td>佐助</td>

     <td>男</td>

     <td>19</td>

     </tr>

     </tbody>

     </table>

    </body>

</html>


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送