Blogger Information
Blog 35
fans 2
comment 0
visits 22621
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
2018.3.16 practice2
小学僧的博客
Original
606 people have browsed it

手写链接:https://www.llheng.com/img/index.html

实例

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<table border="1" cellspacing="0" cellpadding="5" width="600">
<caption><h3>员工履历表</h3></caption>
<tr  align="center">
<th  bgcolor="#DCDCDC">姓名</th>
<td>1</td>
<th bgcolor="#DCDCDC">户籍地</th>
<td colspan="3">8</td>
<th rowspan="4" width="100"><img src="https://www.llheng.com/img/0317/1.jpg" title="照片"></th>
</tr>
<tr>
<td bgcolor="#DCDCDC">性别</td>
<td>2</td>
<td bgcolor="#DCDCDC">婚否</td>
<td>3</td>
<td bgcolor="#DCDCDC">年龄</td>
<td>4</td>
</tr>
<tr  align="center">
<td bgcolor="#DCDCDC">身高</td>
<td>5</td>
<td bgcolor="#DCDCDC">体重</td>
<td>6</td>
<td bgcolor="#DCDCDC">民族</td>
<td>7</td>
</tr>
<tr>
<td bgcolor="#DCDCDC">联系地址</td>
<td colspan="5">1</td>
</tr>
<tr>
<td  rowspan="3" bgcolor="#DCDCDC" > 工作经历</td>
<td  bgcolor="#DCDCDC">起至月</td>
<td  bgcolor="#DCDCDC">公司单位</td>
<td  colspan="2" bgcolor="#DCDCDC">工作内容</td>
<td  colspan="2" bgcolor="#DCDCDC">离职原因</td>
</tr>
<tr>
<td  >1</td>
<td>2</td>
<td  colspan="2">3</td>
<td  colspan="2">4</td>
</tr>
<tr>
<td  >5</td>
<td>6</td>
<td  colspan="2">7</td>
<td  colspan="2">8</td>
</tr>
</table>
<p >
<a href=""   style="text-decoration:none;">首页</a>
<a href=""   style="text-decoration:none;">上一页</a>
<a href=""   style="text-decoration:none;" >...</a>
<a href=""   style="text-decoration:none;">下一页</a>
<a href=""   style="text-decoration:none;" >末页</a>
</p>
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


Correction status:Uncorrected

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post