利用html表格制作个人简历
生活随笔
收集整理的這篇文章主要介紹了
利用html表格制作个人简历
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
利用html表格制作個人簡歷
代碼:
<!DOCTYPE html> <html lang="en"> <head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>簡歷</title><style>table{border-collapse: collapse;}table tr td{width: 120px;height: 30px;text-align: center;}table tr th{width: 120px;height: 30px;text-align: center;}.level{height: 50px;background-color: rgb(224,224,224);}.tr1{height: 60px;}.computer{height: 60px;background-color: rgb(224,224,224);}.grey{background-color: rgb(224,224,224);}.tr2{height: 60px;}.tr3{height: 100px;}</style> </head> <body><table border="1" align="center"><tr align="center"><th colspan="8" class="grey">個人信息</th></tr><tr><th>姓名</th><td>唐哲</td><th>性別</th><td>男</td><th>出生日期</th><td colspan="2">1976年11月15日</td><td colspan="2" rowspan="4"></td></tr><tr><th>最高學歷</th><td>研究生</td><th>最高學歷</th><td>碩士</td><th>身份證號</th><td colspan="2">121553131535132</td></tr><tr><th>畢業院校</th><td colspan="3">武漢大學</td><th>專業</th><td colspan="2">傳播學</td></tr><tr><th>婚姻狀況</th><td>未婚</td><th>期望月薪</th><td>7000</td><th>畢業時間</th><td colspan="2">2003年11月15日</td></tr><tr><th colspan="8" class="grey">教育經歷</th></tr><tr><th>階段</th><th colspan="2">起止年月</th><th colspan="3">學校</th><th colspan="2">專業</th></tr><tr><td>碩士</td><td colspan="2">2000.09-2003.07</td><td colspan="3">武漢大學</td><td colspan="4">傳播學</td></tr><tr><td>大學</td><td colspan="2">1995.09-1999.07</td><td colspan="3">武漢大學</td><td colspan="4">廣告學</td></tr><tr><th colspan="8" class="level">外語水平</th></tr><tr><th>語種</th><th colspan="5">熟練程度</th><th colspan="2">等級證書</th></tr><tr class="tr1"><td>英語</td><td colspan="5">翻譯 寫作 閱讀 口語聽力 熟練掌握</td><td colspan="2">CET-6</td></tr><tr><th colspan="8" class="computer">計算機水平</th></tr><tr class="tr2"><th colspan="6">應用能力</th><th colspan="2">等級證書</th></tr><tr class="tr3"><td colspan="6">office熟練掌握</td><td colspan="2">全國計算機等級二級</td></tr></table> </body> </html>簡歷樣式:
總結
以上是生活随笔為你收集整理的利用html表格制作个人简历的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: gitlab4安装mysql出问题解决方
- 下一篇: web——html个人简历