纯HTML个人简历模板代码

59 篇文章 19 订阅

源码 

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

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

<body background=https://i-blog.csdnimg.cn/blog_migrate/79802a31171e5ec0b7afb20831a68327.jpeg>

    <table border="1" align="center" cellpadding="10" width="800">
        <tr>
            <th colspan="7" bgcolor="BurlyWood">我的个人简介</th>
        </tr>

        <tr>
            <th bgcolor="BurlyWood">姓名:</th>
            <td> 豪豪豪</td>
            <th bgcolor="BurlyWood">年龄:</th>
            <td>19</td>
            <th bgcolor="BurlyWood">民族:</th>
            <td>汉</td>
            <td rowspan="3" width="100">
                <p>
                    <a href="https://jackiehao.blog.csdn.net/">
                        <img border="0" src="https://i-blog.csdnimg.cn/blog_migrate/b42b8da2bc5182d0b632e2309537404e.jpeg" />
                    </a>
                </p>
            </td>
        </tr>

        <tr>
            <th bgcolor="BurlyWood">出生日期:</th>
            <td>19970000</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>237483</td>
        </tr>

        <tr>
            <th bgcolor="BurlyWood">爱好:</th>
            <td>玩,拆,装</td>
            <th bgcolor="BurlyWood">籍贯:</th>
            <td>皖</td>
            <th bgcolor="BurlyWood">邮箱:</th>
            <td colspan="2" <p><a href="mailto:182******@qq.com?subject=Hello%20again">182*******@qq.com </a></p>
            </td>
        </tr>

        <tr>
            <th height="160" bgcolor="BurlyWood">个人特长:</th>
            <td colspan="6">
                <p>我爱计算机,我爱计算机我爱计算机,我爱计算机我爱计算机,我爱计算机</p>
                <p>我爱计算机,我爱计算机我爱计算机,我爱计算机我爱计算机,我爱计算机</p>
                <p>我爱计算机,我爱计算机我爱计算机,我爱计算机我爱计算机,我爱计算机</p>
            </td>
        </tr>

        <tr>
            <th height="160" bgcolor="BurlyWood"> 自我介绍:</th>
            <td colspan="6">
                <p>来自安徽省新店镇的一个小村庄里,我爱计算机,我爱</p>
                <p>来自安徽省新店镇的一个小村庄里,我爱计算机,我爱</p>
                <p>来自安徽省新店镇的一个小村庄里,我爱计算机,我爱</p>
        </tr>

        <tr>
            <th height="160" bgcolor="BurlyWood">总结:</th>
            <td colspan="6">
                <p>来自安徽省新店镇的一个小村庄里,我爱计算机,我爱</p>
                <p>来自安徽省新店镇的一个小村庄里,我爱计算机,我爱</p>
                <p>来自安徽省新店镇的一个小村庄里,我爱计算机,我爱</p>
        </tr>
    </table>
</body>

</html>

示例图 

素材图 

 

以下是一个简单的个人简历模板代码,你可以根据需要进行修改和定制: ```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>My Resume</title> <style> body { font-family: Arial, sans-serif; } h1 { text-align: center; margin-top: 50px; } .section { margin-top: 30px; } .section h2 { margin-bottom: 10px; } .section ul { list-style: none; margin: 0; padding: 0; } .section ul li { margin-bottom: 10px; } .section ul li span { display: inline-block; width: 150px; font-weight: bold; } </style> </head> <body> <h1>My Resume</h1> <div class="section"> <h2>Personal Information</h2> <ul> <li><span>Name:</span> John Doe</li> <li><span>Email:</span> john.doe@email.com</li> <li><span>Phone:</span> 123-456-7890</li> <li><span>Address:</span> 123 Main St, Anytown USA</li> </ul> </div> <div class="section"> <h2>Education</h2> <ul> <li><span>Degree:</span> Bachelor of Science in Computer Science</li> <li><span>University:</span> XYZ University</li> <li><span>Graduation Date:</span> May 2020</li> </ul> </div> <div class="section"> <h2>Work Experience</h2> <ul> <li><span>Company:</span> ABC Company</li> <li><span>Position:</span> Software Developer</li> <li><span>Duration:</span> June 2020 - Present</li> <li><span>Description:</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et quam rutrum, vestibulum odio eu, rhoncus lorem. Sed gravida, sapien ut tempor semper, nulla est facilisis arcu, eu consequat ex dolor ut urna. Maecenas tincidunt, augue eget bibendum mattis, ipsum sem tristique metus, non hendrerit nisi risus ac purus.</li> </ul> </div> <div class="section"> <h2>Skills</h2> <ul> <li>JavaScript</li> <li>HTML/CSS</li> <li>Python</li> <li>Java</li> <li>SQL</li> </ul> </div> </body> </html> ``` 这只是一个简单的 HTML 模板,你可以根据需要使用 CSS 进行美化和定制。
评论 59
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

JackieDYH

谢谢您嘞!我会继续加油地

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值