Blogger Information
Blog 34
fans 0
comment 0
visits 28428
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML表格
1A7498的博客
Original
746 people have browsed it
<!DOCTYPE html>
<html>

	<head>
		<meta charset="UTF-8">
		<title></title>
		<style>
			table {
				width: 80%;
				margin: 0 auto;
				border-color:#2B8AE8;
			}
			
			caption {
				border-color:#2B8AE8;
			}
			
			tr {
				text-align: center;
				width: 80%;
				margin: 0 auto;
				border-color:#2B8AE8;
			}
			
		</style>
	</head>

	<body>
		<table border="2" cellspacing="0" cellpadding="5" align="center">
			<caption>
				<h3>公司员工表</h3>
			</caption>
			<tr bgcolor="#C4E3F3">
				<th>姓名</th>
				<th>性别</th>
				<th>编号</th>
				<th>工资</th>
				<th>手机号</th>
			</tr>
			<tr>
				<td>周杰伦</td>
				<td>男</td>
				<td>1</td>
				<td>80</td>
				<td>10010</td>
			</tr>
			<tr>
				<td>李克强</td>
				<td>男</td>
				<td>2</td>
				<td>50</td>
				<td>10000</td>
			</tr>
			<tr>
				<td>习近平</td>
				<td>男</td>
				<td>3</td>
				<td>70</td>
				<td>10086</td>
			</tr>
			<tr>
				<td>广濑丝丝</td>
				<td>女</td>
				<td>4</td>
				<td>100</td>
				<td>10029</td>
			</tr>
		</table>
	</body>

</html>

http://981336937.host50.ldvps.com/php/516/

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
  • 2018-03-16 11:39:01