html-简单的简历表制作
代码如下:
<!DOCTYOE html> <html> <head> <meta charset=\'UTF-8\'/> <title>课后作业</title> </head> <body> <h1>个人简历<h1> <table width=\'500\' border=\'1\' cellspacing=\'0\' cellpadding=\'0\' height=\'500\'> <caption>我的个人简历</caption> <tr> <th>姓名</th> <th>刘华</th> <th colspan=\'2\'>性别</th> <th>男</th> <th rowspan=\'5\'></th> </tr> <tr align=\'center\'> <th>民族</th> <th>汉族</th> <th colspan=\'2\'>年龄</th> <th>26岁</th> </tr> <tr align=\'center\'>> <th>政治面貌</th> <th>团员</th> <th colspan=\'2\'>身高</th> <th>175cm</th> </tr> <tr align=\'center\'>> <th>学历</th> <th>大专</th> <th colspan=\'2\'>户籍</th> <th></th> </tr> <tr align=\'center\'>> <th>驾驶证</th> <th>C1</th> <th colspan=\'2\'>毕业时间</th> <th>2011.07.28</th> </tr> <tr align=\'center\'>> <th>通讯地址</th> <th colspan=\'3\'>广州市</th> <th>邮编</th> <th>510310</th> </tr> <tr align=\'center\'>> <th>QQ</th> <th>522129395</th> <th>手机</th> <th></th> <th>E-mail</th> <th>@126.com</th> </tr> <tr align=\'center\'>> <th>爱好特长</th> <th colspan=\'5\'>唱歌 打球 弹吉他 听音乐 汽车</th> </tr> <tr> <th colspan=\'6\'>教育经历:<br/>1995年9月至2001年7月:金城江第六小学;<br/>2001年9月至2003年3月:池河市第五中学;<br/>2003年3月至2005年7月:河池市六圩中学;<br/>2005年9月至2008年7月:河池市金茂高级中学<br/>2008年9月至2011年6月:经济管理干部学院</th> </tr> </table> </body> </html>