HTML个人简历模板(可在线编辑内容)

源代码如下:

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>简历</title>

    <style>

        table{border-collapse :collapse ;}

        th{

            width:100px;

              height:50px;

              border :1px solid rgb(30, 95, 200);

              font-size:20px;

              text-align: center;

        }

        td{

              width:100px;

              height:50px;

              border :1px solid rgb(44, 135, 205);

              font-size:20px;

              text-align: center;

            }

           

            textarea{

            width: 95%;

            height: 100%;

        }

           

    </style>

</head>

<body>

    <table align="center">

        <tr>

            <th colspan="8">查看个人简历</th>

        </tr>

        <tr>

            <th>姓名</th>

            <td><textarea></textarea></td>

            <th>年龄</th>

            <td><textarea></textarea></td>

            <th>民族</th>

            <td><textarea></textarea></td>

            <td colspan="2" rowspan="3"></td>

           

        </tr>

        <tr>

            <th>出生日期</th>

            <td><textarea></textarea></td>

            <th>政治面貌</th>

            <td><textarea></textarea></td>

            <th>学历</th>

            <td><textarea></textarea></td>

        </tr>

        <tr>

            <th>专业</th>

            <td><textarea></textarea></td>

            <th>毕业学校</th>

            <td><textarea></textarea></td>

            <th>邮编</th>

            <td><textarea></textarea></td>

        </tr>

        <tr>

            <th>爱好</th>

            <td><textarea></textarea></td>

            <th>籍贯</th>

            <td><textarea></textarea></td>

            <th>邮箱</th>

            <td colspan="3"><textarea></textarea></td>

           

        </tr>

        <tr>

            <th>个人特长</th>

            <td colspan="8"><textarea style="height: 150px;"></textarea></td>

        </tr>

        <tr>

            <th >自我介绍</th>

            <td  colspan="8"><textarea style="height: 150px;"></textarea></td>

        </tr>

    </table>

</html>

运行结果如图:

 

  • 0
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
以下是一个简单的个人简历模板代码,你可以根据需要进行修改和定制: ```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> [email protected]</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 进行美化和定制。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值