您的位置:首页 > Web前端 > HTML

HTML练习2

2016-03-20 15:08 399 查看
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>个人简历</title>
</head>

<body>
<center><font size="+5">个人简历</font><center/>
<center><table width="900" height="850" border="1" cellspacing="0"><center/>
<tr>
<td width="150" align="center" bgcolor="#999999"><strong>姓名</strong></td>
<td width="229" align="center"><strong>于超</strong></td>
<td width="151" align="center" bgcolor="#999999" ><strong>性别</strong></td>
<td width="185" align="center"><strong>男</strong></td>
<td width="163" rowspan="5" align="center" ><img src="雷锋.jpg" width="160"</td>
</tr>

<tr>
<td align="center" bgcolor="#999999"><strong>出生年月</strong></td>
<td align="center"><strong>1995年4月</strong></td>
<td align="center" bgcolor="#999999"><strong>民族</strong></td>
<td align="center"><strong>汉</strong></td>
</tr>

<tr>
<td align="center" bgcolor="#999999"><strong>籍贯</strong></td>
<td align="center"><strong>山东省纽约市</strong></td>
<td align="center" bgcolor="#999999"><strong>毕业院校</strong></td>
<td align="center"><strong>北京大学</strong></td>
</tr>

<tr>
<td align="center" bgcolor="#999999"><strong>政治面貌</strong></td>
<td align="center"><strong>团员</strong></td>
<td align="center" bgcolor="#999999"><strong>专业</strong></td>
<td align="center"><strong>HTML</strong></td>
</tr>

<tr>
<td align="center" bgcolor="#999999"><strong>学历</strong></td>
<td align="center"><strong>硕士 </strong></td>
<td align="center" bgcolor="#999999"><strong>邮编</strong></td>
<td align="center"><strong>000000</strong></td>
</tr>

<tr>
<td align="center" bgcolor="#999999"><strong>联系电话</strong></td>
<td align="center"><strong>66666666666</strong></td>
<td align="center" bgcolor="#999999"><strong>邮箱</strong></td>
<td colspan="5" align="center"><strong>805970812@马云.com</strong></td>
</tr>

<tr>
<td align="center" bgcolor="#999999"><strong>座右铭</strong></td>
<td colspan="5" align="center"><strong>有能力的人影响别人,没能力的人,受人影响。</strong></td>
</tr>

<tr>
<td align="center" bgcolor="#999999"><strong>现住址</strong></td>
<td colspan="5" align="center"><strong>山东省纽约市富丽商城A座410</strong></td>
</tr>

<tr>
<td align="center" bgcolor="#999999"><strong>英语水平</strong></td>
<td colspan="5" align="center"><strong>传奇级</strong></td>
</tr>

<tr>
<td align="center" bgcolor="#999999"><strong>计算机水平</strong></td>
<td colspan="5" align="center"><strong>仅次孙老师</strong></td>
</tr>

<tr height="110" >
<td align="center" bgcolor="#999999"><strong>实习经历</strong></td>
<td colspan="5" align="center"><strong>腾讯高级软件工程师 百度ceo 谷歌项目经理</strong></td>
</tr>

<tr height="100">
<td align="center" bgcolor="#999999"><strong>个人经历</strong></td>
<td colspan="5" align="center"><strong>哈佛幼儿园 清华小学 北京中学 剑桥高中 淄博汉企</strong></td>
</tr>

<tr>
<td align="center" bgcolor="#999999"><strong>个人奖项</strong></td>
<td colspan="5" align="center"><strong>你是我们心中的雷锋</strong></td>
</tr>

<tr height="80">
<td align="center" bgcolor="#999999"><strong>自我鉴定</strong></td>
<td colspan="5" align="center"><strong>最大的缺点就是优点太多</strong></td>
</tr>

<tr>
<td align="center" bgcolor="#999999"><strong>博客链接</strong></td>
<td colspan="5" align="center"><a href="http://www.cnblogs.com/yuchao19950412/" target="_blank"><strong>我的博客</strong></a></td>

</tr>

</table>
</body>
</html>


  
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: