天天看點

7.17 個人履歷 以及 常用标簽

<!DOCTYPE html>

<html>

<head>

    <meta charset="UTF-8">

<title>個人履歷</title>

<meta name = "author" content = "劉帆">

<meta name = "keywords" content = "劉帆">

<mate name="description" content="劉帆的個人履歷"/>

<meta charset="GBK">

</head>

<body>

<div id="menu" style="background-color:#AFEEEE;height:1000px; width:1080px;float:left;">

<table _blank">劉帆的個人履歷</b></font></td></tr>

<tr height=60 bgcolor=#AFEEEE align=center>

<td width=120 colspan=2 align=center><font width="180" height="240"></td></tr>

<tr height=60 bgcolor=#AFEEEE align=center>

<td width=120 colspan=2 align=center><font face=微軟雅黑 size=6><b>出生年月</b></font></td>

<td width=120 colspan=2 align=center><font face=華文行楷 size=6>1998.01.04</font></td>

<td width=120 colspan=2 align=center><font face=微軟雅黑 size=6><b>民族</b></font></td>

<td width=120 colspan=2 align=center><font face=華文行楷 size=6>漢</font></td>

</tr>

<tr height=60 bgcolor=#AFEEEE align=center>

<td width=120 colspan=2 align=center><font face=微軟雅黑 size=6><b>學曆</b></font></td>

<td width=120 colspan=2 align=center><font face=華文行楷 size=6>大專</font></td>

<td width=120 colspan=2 align=center><font face=微軟雅黑 size=6><b>專業</b></font></td>

<td width=120 colspan=2 align=center><font face=華文行楷 size=6>計算機應用技術</font></td>

</tr>

<tr height=60 bgcolor=#AFEEEE align=center>

<td width=120 colspan=2 align=center><font face=微軟雅黑 size=6><b>籍貫</b></font></td>

<td width=120 colspan=2 align=center><font face=華文行楷 size=6>陝西</font></td>

<td width=120 colspan=2 align=center><font face=微軟雅黑 size=6><b>聯系電話</b></font></td>

<td width=120 colspan=2 align=center><font face=華文行楷 size=6>17609204424</font></td>

</tr>

<tr height=60 bgcolor=#AFEEEE align=center>

<td width=120  colspan=2 align=center><font face=微軟雅黑 size=6><b>畢業學校</b></font></td>

<td width=120 colspan=8 align=center><font face=華文行楷 size=6>鹹陽職業技術學院</font></td>

</tr>

<tr height=60 bgcolor=#AFEEEE align=center>

<td width=120  colspan=2 align=center><font face=微軟雅黑 size=6><b>住址</b></font></td>

<td width=120 colspan=8 align=center><font face=華文行楷 size=6>陝西省渭南市富平縣劉集鎮</font></td>

</tr>

<tr height=60 bgcolor=#AFEEEE align=center>

<td width=120  colspan=2 align=center><font face=微軟雅黑 size=6><b>郵箱</b></font></td>

<td width=120 colspan=8 align=center><font face=華文行楷 size=6><pre>[email protected]</pre></font></td>

</tr>

<tr height=150 bgcolor=#AFEEEE align=center>

<td width=120 colspan=2 align=center><font face=微軟雅黑  size=6><b>社會實踐</b></font></td>

<td width=840  colspan=8><font face=華文行楷 size=6>

<p>  <i>參加過簡愛基金的支教活動</i><br>

     <u>參加過馬克思主義學院 的宣傳活動</u><br>

    <sup>參加過在愛中行走活動。</sup></br>

     <sub>等等......</sub></p>

</font></td></tr>

<tr height=180 bgcolor=#AFEEEE >

<td width=120 colspan=2><font face=微軟雅黑  size=6><b>個人簡介</b></font></td>

<td width=840  colspan=8><font face=華文行楷 size=6>

<ol>    

<li>愛音樂

<li>愛運動

<li>愛生活

</ol>

<hr noshade size = 5 align = center width = 100%>

</font></td></tr>

</table>

</div>

</body>

</html>

<!DOCTYPE html>

<html>

    <head>

        <meta charset="utf-8" />

        <title></title>

    </head>

    <body>

        <!--

            font

            span

            p

            a href="" target="_blank" rel="external nofollow"

            hr

            br

            img src=""

            ul li

            ol li

            pre

            table

            tr

            td

            form-----

        -->

        <form action="" method="post">

            使用者名:<input type="text" name="username"></br>

            密碼 :<input type="password" name="password"></br>

            <input type="submit">

            <input type="button" value="按鈕">

            <input type="radio" name="sex">男

            <input type="radio" name="sex1">女

            <input type="checkbox">讀書

            <input type="checkbox">讀書1

            <input type="checkbox">讀書2

            <input type="reset">

        </form>

    </body>

</html>