search
HomeWeb Front-endHTML TutorialHTML 表格 做个人简历 - 唐枫

<span style="font-family: 幼圆;"><br />根据老师上课讲的常用标签与表格的应用  终于做出了第一个网页版的个人简历  虽然作出来了 但是感觉其中方法有点儿问题 还需要进一步的改进中&hellip;&hellip;<br /><br /></span><!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 leftmargin="100" rightmargin="100" bgcolor="#FFFFCC">
<font face="叶根友毛笔行书2.0版" size="+6"><center><b>个人简历</b></center></font>
<table width="800" height="1320" border="1" cellpadding="0" cellspcing="0" align="center">
<tr height="60" align="center">
<td width="80"><b>姓名</b></td>
<td width="120">唐枫</td>
<td width="80"><b>性别</b></td>
<td width="120">男</td>
<td width="200" rowspan="5"><img src="/static/imghwm/default1.png"  data-src="sp.JPG"  class="lazy"    style="max-width:90%" title="这是唐枫的照片" alt="这里是唐枫的照片"/></td>
</tr>
<tr height="60" align="center">
<td width="80"><b>民族</b></td>
<td width="120">汉</td>
<td width="80"><b>籍贯</b></td>
<td width="120">山东淄博</td>
</tr>
<tr height="60" align="center">
<td width="80"><b>身高</b></td>
<td width="120">179cm</td>
<td width="80"><b>体重</b></td>
<td width="120">85kg</td>
</tr>
<tr height="60" align="center">
<td width="80"><b>学历</b></td>
<td width="120">本科</td>
<td width="80"><b>专业</b></td>
<td width="120">电子信息工程</td>
</tr>
<tr height="60" align="center">
<td width="80"><b>出生日期</b></td>
<td width="120">1989.6</td>
<td width="80"><b>健康状况</b></td>
<td width="120">健康</td>
</tr>
<tr height="60" align="center">
<td width="80"><b>毕业院校</b></td>
<td colspan="2">聊城大学东昌学院</td>
<td width="120"><b>博客</b></td>
<td width="200"><a href="http://www.cnblogs.com/ouyangtangfeng99" target="new">唐枫</a></td>
</tr>
<tr height="60" align="center">
<td width="80"><b>联系电话</b></td>
<td width="120">152****1059</td>
<td width="80"><b>邮箱</b></td>
<td colspan="2">5761*****@qq.com</td>
</tr>
<tr height="300" align="left">
<td width="80"><b>教育经历</b></td>
<td colspan="4">
<ul>
<li><h3 id="nbsp-nbsp-nbsp-临淄区高阳中学">2002.9-2006.6   临淄区高阳中学</h3></li>
<li><h3 id="nbsp-nbsp-nbsp-临淄区第三中学">2006.9-2008.6   临淄区第三中学</h3></li>
<li><h3 id="nbsp-nbsp-nbsp-聊城大学东昌学院">2008.9-2012.6   聊城大学东昌学院</h3></li>
</ul>
</td>
</tr>
<tr height="300" align="center">
<td width="80"><b>主修课程</b></td>
<td colspan="4">
<table width="720" height="300" border="0" cellpadding="0" cellspacing="0">
<tr height="100" align="center">
<td width="144">高等数学</td>
<td width="144">线性代数</td>
<td width="144">概率与统计</td>
<td width="144">大学英语</td>
<td>大学物理</td><span style="line-height: 1.5;"></tr></span>
<tr height="100" align="center">
<td width="144">信号与系统</td>
<td width="144">模拟电路分析</td>
<td width="144">数字信号处理</td>
<td width="144">通信技术原理</td>
<td>单片机原理及应用</td><span style="line-height: 1.5;"></tr></span>
<tr align="center">
<td width="144">C语言</td>
<td width="144">VB语言</td>
<td width="144">VF语言</td>
<td width="144">MATLAB</td>
<td>微机原理与接口技术</td><span style="line-height: 1.5;"></tr></span>
</table><span style="line-height: 1.5;"></td></span><span style="line-height: 1.5;"></tr></span>
<tr height="300" align="left">
<td width="80"><b>工作经历</b></td>
<td colspan="4">
<ol type="I">
<li><h3 id="i-nbsp-nbsp-临淄柯美办公设备有限公司-nbsp-nbsp-从事电脑-打印机-监控的安装维护-i"><i>2012.7-2015.7  临淄柯美办公设备有限公司  从事电脑、打印机、监控的安装维护</i></h3></li>
<li><h3 id="i-nbsp-nbsp-山东齐峰新材-nbsp-nbsp-车间操作-i"><i>2015.8-2016.3  山东齐峰新材   车间操作</i></h3></li>
<li><h3 id="i-今-nbsp-nbsp-nbsp-淄博汉企培训-i"><i>2016.3-今   淄博汉企培训</i></h3></li>
</ol>
</td>
</tr>
</table>
</body>
</html>

  

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
What is the purpose of the <datalist> element?What is the purpose of the <datalist> element?Mar 21, 2025 pm 12:33 PM

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

How do I use HTML5 form validation attributes to validate user input?How do I use HTML5 form validation attributes to validate user input?Mar 17, 2025 pm 12:27 PM

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

What is the purpose of the <iframe> tag? What are the security considerations when using it?What is the purpose of the <iframe> tag? What are the security considerations when using it?Mar 20, 2025 pm 06:05 PM

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

What is the purpose of the <progress> element?What is the purpose of the <progress> element?Mar 21, 2025 pm 12:34 PM

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

What is the purpose of the <meter> element?What is the purpose of the <meter> element?Mar 21, 2025 pm 12:35 PM

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

What are the best practices for cross-browser compatibility in HTML5?What are the best practices for cross-browser compatibility in HTML5?Mar 17, 2025 pm 12:20 PM

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

What is the viewport meta tag? Why is it important for responsive design?What is the viewport meta tag? Why is it important for responsive design?Mar 20, 2025 pm 05:56 PM

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

How do I use the HTML5 <time> element to represent dates and times semantically?How do I use the HTML5 <time> element to represent dates and times semantically?Mar 12, 2025 pm 04:05 PM

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit

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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

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.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft