table学习——个人简历

原创 2018-12-13 21:33:40 283
摘要:<!DOCTYPE html><html><head>    <meta charset="UTF-8">    <title>个人简历</title>    <style type="text/css"> 

<!DOCTYPE html>

<html>

<head>

    <meta charset="UTF-8">

    <title>个人简历</title>

    <style type="text/css">

        table,tr,td{border:2px solid black;}

        table{width: 800px;border-collapse: collapse;margin: auto;}

        h4{margin:0;}

    </style>

</head>

<body>

    <table>

        <caption><h1>个人简历</h1></caption>

        <tr>

            <td colspan="3" style="background: #9FCDEA;height: 40px;"><h4>个人资料</h4></td>

        </tr>

        <tr>

            <td style="width: 320px;">姓 名:ANWIN89</td>

            <td style="width: 320px;">出生年月:1989.3</td>

            <td rowspan="4" style="height: 150px;text-align: center;">照片</td>

        </tr>

        <tr>

            <td>民 族:汉族</td>

            <td>身 高:170CM</td>

        </tr>

        <tr>

            <td>电 话:123-456-789</td>

            <td>政治面貌:群众</td>

        </tr>

        <tr>

            <td>住 址:广东</td>

            <td>学 历:大专</td>

        </tr>

        

        <tr>

            <td colspan="3" style="background: #9FCDEA;height: 40px;"><h4>教育背景</h4></td>

        </tr>

        <tr>         

            <td colspan="3">

                <pre style="font-size: 20px;letter-spacing: 2px; word-wrap: break-word;white-space:pre-line; margin: 0"> 

                    2006年9月 - 2010年6月 广州白云技师学院

                    主修课程:

                    模具设计与数控技术

                    

                </pre>

            </td>

        </tr>

        <tr>

            <td colspan="3" style="background: #9FCDEA;height: 40px;"><h4>实习经历</h4></td>

        </tr>

        <tr>

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

        </tr>

        <tr>

            <td colspan="3" style="background: #9FCDEA;height: 40px;"><h4>学校经历</h4></td>

        </tr>

        <tr>

            <td colspan="3" style="height: 100px;"></td>

        </tr>

        <tr>

            <td colspan="3" style="background: #9FCDEA;height: 40px;"><h4>技能证书</h4></td>

        </tr>

        <tr>

            <td colspan="3" style="height: 100px;"></td>

        </tr>

        <tr>

            <td colspan="3" style="background: #9FCDEA;height: 40px;"><h4>自我评价</h4></td>

        </tr>

        <tr>

            <td colspan="3" style="height: 100px;"></td>

        </tr>

    </table>

</body>

</html>


批改老师:灭绝师太批改时间:2018-12-14 09:27:05
老师总结:完成的不错,可以把学到的知识点运用到实例,继续加油,后面的案例更精彩

发布手记

热门词条