search
HomeWeb Front-endHTML TutorialCode examples for writing personal resumes in HTML

The following editor will bring you a simple implementation of making a personal resume in HTML. The editor thinks it’s pretty good, so I’ll share it with you now and give it as a reference. Let’s follow the editor and take a look.

Resume code:

XML/HTML CodeCopy content to clipboard

<!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 background="11.jpg" >
<a href="top"></a>
<h1 id="center-个人简历-center"><center>个人简历</center></h1>
<table align="center" width="750" height="1500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="250" rowspan="2" background="22.jpg"></td>
<td width="500"><font face="华文隶书" size="+2"><b>【现单位】</b>淄博兜兜</font></td>
</tr>
<tr>
<td><font face="华文隶书" size="+2"><b>【教育/培训经历】</b><br />
⊙2011.9-2015.6   坡来干学校   本科<br />
⊙2012.10-2012.11   创业培训   
</font>
</td>
</tr>
<tr>
<td rowspan="9" bgcolor="#CCCCCC"><font color="#000000" face="华文行楷" size="+2"><i>姓名:  糖豆豆<br /><br />
性别:男<br /><br />
出生日期:1992.11.11<br /><br />
入学日期:2011.09.10<br /><br />
政治面貌:共青团员<br /><br />
籍贯:山东省青青县<br /><br />
家庭住址:山东省淄博市青青县里里镇庄庄村<br /><br />
学历:本科<br /><br />
专业:统计学<br /><br />
级别:大四<br /><br />
身体状况:健康<br /><br />
婚姻状况:未婚<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
联系方式:<br /><br />
手机:187*******9<br /><br />
QQ:878787878<br /><br />
邮箱:878787878@qq.com<br /><br />
博客名:<a href="http://www.cnblogs.com/H2921306656/" target="_blank">这都不是事</a>
</i>
</font>
</td>
<td><font face="华文隶书" size="+2"><b>【任职情况】</b><br />
⊙2011.9至今    宿舍舍长<br />
⊙2012.10    系学生会办公室主任<br />
</font>
</td>
</tr>
<tr>
<td><font face="华文隶书" size="+2"><b>【奖励情况】</b><br />
⊙2011-2012学年校优秀学生、优秀团员,校一等奖学金:<br />
 ⊙2012-2013学年校优秀学生、系优秀团员,校一等奖学金:<br />
⊙2013年全国大学生数学建模竞赛省二等奖;<br />
⊙2011-2012学年宿舍获得校文明宿舍、温馨宿舍。<br />
</font>
</td>
</tr>
<tr>
<td><font face="华文隶书" size="+2"><b>【参加的大型活动】</b><br />
⊙2013年全国大学生数学建模比赛<br />
⊙2011年校消防运动会<br />
⊙2013年全国大学生创新创业竞赛<br />
</font>
</td>
</tr>
<tr>
<td><font face="华文隶书" size="+2"><b>【技能专长】</b><br />
⊙计算机:熟练运用Word、Excel、Power Point、Access等处理问题<br />
⊙能够运用lingo、Spss等软件处理简单问题<br />\   
</font>
</td>
</tr>
<tr>
<td><font face="华文隶书" size="+2"><b>【兴趣爱好】</b><br />
⊙阅读优美散文以及热血小说<br />
⊙唱歌<br />
⊙打篮球、羽毛球<br />
</font>
</td>
</tr>
<tr>
<td><font face="华文隶书" size="+2"><b>【自我评价】</b><br />
⊙勤于思考,尝试用新方法解决问题:<br />
⊙吃苦耐劳,对工作认真严谨,做事踏实稳重:<br />
⊙有上进心,待人宽厚:<br />
⊙乐于助人,有很强的团队合作意识:思维敏捷,有一定的独立处理问题能力。<br />
</font>
</td>
</tr>
<tr>
<td><font face="华文隶书" size="+2"><b>【人生格言】</b><br />
天行健,君子以自强不息:地势坤,君子以厚德载物。   
</font>
</td>
</tr>
<tr>
<td><font face="华文隶书" size="+2"><b>【求职意向】</b><br />
现职:应届毕业生<br />
理想职位:⊙吃苦耐劳型,如银行职员:<br />
⊙团队合作意识型<br />
⊙跟统计学有关的职位或者兼职:<br />
</font>
</td>
</tr>
<tr>
<td align="right" valign="bottom"><font face="华文隶书" size="+1">(简历到此结束,感谢您阅览,祝您心情愉快!)</font></td>
</tr><br />
</table>
<a href="#top">返回顶端</a>
</body>
</html>

Effect display:

##[Related recommendations]

1.

Html free video tutorial

2.

Share three methods of creating new elements

3.

中html Detailed explanation of examples of meta tags

4.

Share an integration of HTML knowledge points

5.

Solution to the problem that divs are often covered by iframes A situation

The above is the detailed content of Code examples for writing personal resumes in HTML. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Are the HTML tags and elements the same thing?Are the HTML tags and elements the same thing?Apr 28, 2025 pm 05:44 PM

The article explains that HTML tags are syntax markers used to define elements, while elements are complete units including tags and content. They work together to structure webpages.Character count: 159

What is the significance of <head> and <body> tag in HTML?What is the significance of <head> and <body> tag in HTML?Apr 28, 2025 pm 05:43 PM

The article discusses the roles of <head> and <body> tags in HTML, their impact on user experience, and SEO implications. Proper structuring enhances website functionality and search engine optimization.

What is the difference between <strong>, <b> tags and <em>, <i> tags?What is the difference between <strong>, <b> tags and <em>, <i> tags?Apr 28, 2025 pm 05:42 PM

The article discusses the differences between HTML tags , , , and , focusing on their semantic vs. presentational uses and their impact on SEO and accessibility.

Please explain how to indicate the character set being used by a document in HTML?Please explain how to indicate the character set being used by a document in HTML?Apr 28, 2025 pm 05:41 PM

Article discusses specifying character encoding in HTML, focusing on UTF-8. Main issue: ensuring correct display of text, preventing garbled characters, and enhancing SEO and accessibility.

What are the various formatting tags in HTML?What are the various formatting tags in HTML?Apr 28, 2025 pm 05:39 PM

The article discusses various HTML formatting tags used for structuring and styling web content, emphasizing their effects on text appearance and the importance of semantic tags for accessibility and SEO.

What is the difference between the 'id' attribute and the 'class' attribute of HTML elements?What is the difference between the 'id' attribute and the 'class' attribute of HTML elements?Apr 28, 2025 pm 05:39 PM

The article discusses the differences between HTML's 'id' and 'class' attributes, focusing on their uniqueness, purpose, CSS syntax, and specificity. It explains how their use impacts webpage styling and functionality, and provides best practices for

What is the 'class' attribute in HTML?What is the 'class' attribute in HTML?Apr 28, 2025 pm 05:37 PM

The article explains the HTML 'class' attribute's role in grouping elements for styling and JavaScript manipulation, contrasting it with the unique 'id' attribute.

What are different types of lists in HTML?What are different types of lists in HTML?Apr 28, 2025 pm 05:36 PM

Article discusses HTML list types: ordered (<ol>), unordered (<ul>), and description (<dl>). Focuses on creating and styling lists to enhance website design.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.