纯HTML个人简历模板代码

纯HTML个人简历模板代码纯 HTML 个人简历模板代码 html 初级入门案例 附带源码 html 个人简历

示例效果图 

源码

<!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@.com?subject=Hello%20again">182*@.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个人简历模板代码分享到此就结束了,感谢您的阅读。
编程小号
上一篇 2024-12-13 13:17
下一篇 2024-12-13 13:11

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/bian-cheng-ji-chu/85319.html