HTML--制作简历/关于<table>

这是一份用HTML制作的个人简历,展示了姓名为北柒的求职者的个人信息,包括年龄、性别、出生日期、政治面貌、学历、学校、专业、兴趣爱好、特长、获奖经历和社会实践。简历采用表格布局,背景色为灰色,关键信息突出显示。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

制作结果:

相关代码:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>简历</title>
    <style>
        table#t1{
            background-color:#D0D0D0;
        }
    </style>
</head>
<body>
    <table border="1" width="800" id="t1" align="center">
        <thead>
            <th colspan="7" bgcolor="BurlyWood" height="50">个人简历</th>
        </thead>
        <tr>
            <th bgcolor="BurlyWood">姓名</th>
            <td>北柒</td>
            <th bgcolor="BurlyWood">年龄</th>
            <td>21</td>
            <th bgcolor="BurlyWood">性别</th>
            <td>女</td>
            <td rowspan="3"><img src="2.jpg" width="80" ></td>
        </tr>

        <tr>
            <th bgcolor="BurlyWood">出生日期</th>
            <td>2000-01-01</td>
            <th bgcolor="BurlyWood">政治面貌</th>
            <td>共青团员</td>
            <th bgcolor="BurlyWood">学历</th>
            <td>本科</td>
        </tr>

        <tr>
            <th bgcolor="BurlyWood">学校</th>
            <td>蚌埠工商学院</td>
            <th bgcolor="BurlyWood">专业</th>
            <td>金融</td>
            <th bgcolor="BurlyWood">兴趣爱好</th>
            <td>乒乓球</td>
        </tr>

        <tr>
            <th height="150" bgcolor="BurlyWood">特长</th>
            <td colspan="7">
                <p>这是我的特长</p>
                <p>这是我的特长</p>
                <p>这是我的特长</p>
            </td>
        </tr>

        <tr>
            <th height="150" bgcolor="BurlyWood">获奖经历</th>
            <td colspan="7">
                <p>这是我的获奖经历巴拉巴拉巴拉</p>
                <p>这是我的获奖经历巴拉巴拉巴拉</p>
                <p>这是我的获奖经历巴拉巴拉巴拉</p>
            </td>
        </tr>

        <tr>
            <th height="150" bgcolor="BurlyWood">社会实践</th>
            <td colspan="7">
                <p>这是我的社会实践巴拉巴拉巴拉</p>
                <p>这是我的社会实践巴拉巴拉巴拉</p>
                <p>这是我的社会实践巴拉巴拉巴拉</p>
            </td>
        </tr>
    </table>
</body>
</html>

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值