代码:

<!DOCTYPE html>

<html>
    <head>
        <meta charset="utf-8">
    </head>
 
<body>
    <table border="1px" cellspacing="0" cellpadding="10px"width="800">
        <style type="text/css">
                    td{
                        width: 20%;
                    }
                </style>
    <caption ><b><font size="5" color="">个人简历表</font></b></caption>
        <tr>
            <th bgcolor="skyblue">求职意向</th>
            <td colspan="7"></td>
        </tr>
        <tr>
            <th bgcolor="skyblue">姓名:</th>
            <td> </td>
            <th bgcolor="skyblue">年龄:</th>
            <td></td>
            <th bgcolor="skyblue">民族:</th>
            <td></td>
            <td rowspan="3" width="100" align="center">照片</td>
        </tr>
 
        <tr>
            <th bgcolor="skyblue">出生日期:</th>
            <td></td>
            <th bgcolor="skyblue">政治面貌:</th>
            <td></td>
            <th bgcolor="skyblue">学历:</th>
            <td></td>
        </tr>
 
        <tr>
            <th bgcolor="skyblue">专业:</th>
            <td></td>
            <th bgcolor="skyblue">毕业学校:</th>
            <td></td>
            <th bgcolor="skyblue">邮编:</th>
            <td></td>
        </tr>
 
        <tr>
             <th bgcolor="skyblue">爱好:</th>
             <td></td>
             <th bgcolor="skyblue">籍贯:</th>
             <td></td>
             <th bgcolor="skyblue">邮箱:</th>
             <td colspan="2"></td>
 
        <tr>
             <th bgcolor="skyblue">教育经历:</th>
             <td colspan="6">
             </td>
        </tr>
        <tr></tr>
        <tr></tr>
        <tr>
             <th height="160" bgcolor="skyblue"> 主修课程:</th>
             <td colspan="6">
            <p></p>
            <p></p>
            <p></p>
        </tr>
 
        <tr>
             <th height="160" bgcolor="skyblue">实习经历:</th>
             <td colspan="6">
            <p></p>
            <p></p>
        
        </tr>
        <tr>
             <th height="160" bgcolor="skyblue">荣誉证书:</th>
             <td colspan="6">
            <p></p>
            <p></p>
        </tr>
        <tr>
             <th height="160" bgcolor="skyblue">校园经历:</th>
             <td colspan="6">
            <p></p>
            <p></p>
        </tr>
        <tr>
             <th height="160" bgcolor="skyblue">自我评价:</th>
             <td colspan="6">
            <p></p>
            <p></p>
        </tr>
    </table>
</body>
 
</html>

 

更多推荐

HTML个人简历代码模板(静态页面)