HTML-表单的使用

用于网页表格的使用

代码如下

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>

<body>
    <table align="center" border="2" cellpadding="2" width="500" height="260">
        <tr>
            <th>姓名</th>
            <th>性别</th>
            <th>年龄</th>
        </tr>
        <tr>
            <th>杨幂</th>
            <th></th>
            <th>30</th>
        </tr>
        <tr>
            <th>佟丽娅</th>
            <th></th>
            <th>32</th>
        </tr>
        <tr>
            <th>鞠婧祎</th>
            <th></th>
            <th>26</th>
        </tr>
        <tr>
            <th>程潇</th>
            <th></th>
            <th>22</th>
        </tr>
        <tr>
            <th>宋羽琦</th>
            <th></th>
            <th>20</th>
        </tr>
        <tr>
            <th>李沁</th>
            <th></th>
            <th>28</th>
        </tr>
        <tr>
            <th>宋祖儿</th>
            <th></th>
            <th>24</th>
        </tr>
        <tr>
            <th>张雪迎</th>
            <th></th>
            <th>23</th>
        </tr>
    </table>

</body>

</html>

运行图片
在这里插入图片描述
望大家多多指正

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值