Blogger Information
Blog 27
fans 2
comment 1
visits 13584
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第二天作业
kaclod的博客
Original
599 people have browsed it

QQ截图20180317172714.png2.JPG1.jpg

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>第二天作业</title>
</head>
<body>
<table border="1" cellspacing="0" cellpadding="20" width="80%">
<caption><h3>品牌手机价格表</h3></caption>
<tr bgcolor="skyblue">
<th colspan="2">基本信息</th>
<th colspan="3">参数</th>
<th colspan="2" rowspan="2">操作</th>
</tr>



<tr bgcolor="skyblue" >
<th>ID</th>>
<th>品牌</th>
<th>屏幕尺寸</th>
<th>存储容量</th>
<th>`价格</th>

</tr>

<tr >
<td>1</td>
<td><img src="images/apple.jpg " width="30">苹果7</td>
<td>4.7</td>
<td>128G</td>
<td>4558</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>

</tr>

<tr>
<td>2</td>
<td><img src="images/xiaomi.jpg " width="30">小米6</td>
<td>5.15</td>
<td>128G</td>
<td>3069</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>

<tr>
<td>3</td>
<td><img src="images/huawei.jpg " width="30">华为mate10</td>
<td>5.9</td>
<td>128G</td>
<td>4499</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>

<tr>
<td>4</td>
<td><img src="images/oppo.jpg " width="30">oppor11</td>
<td>5.0</td>
<td>64G</td>
<td>3299</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>

<tr>
<td>5</td>
<td><img src="images/sanxing.jpg " width="30">三星s8</td>
<td>5.6</td>
<td>64G</td>
<td>4999</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
</table>
<p>
<a href="">首页</a>
<a href="">上一页</a>
<a href="">1</a>
<a href="">2</a>
<a href="">3</a>
<a href="">...</a>
<a href="">下一页</a>
<a href="">尾页</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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!