Blogger Information
Blog 26
fans 0
comment 1
visits 18625
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP课程第二天-- 表格制作
Sam徐民强的博客
Original
633 people have browsed it

第二天的作业

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>PHP学习第二天之表格制作</title>
</head>
<body>
<table width="80%" border="1" cellspacing="0" cellpadding="5" align="center">
<caption><h3>互联网风云榜</h3></caption>
  <tr bgcolor="#00CC66">
    <th>姓名</th>
    <th>单位</th>
    <th>年龄</th>
    <th colspan="2">操作</th>
  </tr>
  <tr align="center">
    <td><img src="mayun.jpg" width="50" align="absmiddle" />马云</td>
    <td>阿里</td>
    <td>54</td>
    <td>修改</td>
    <td rowspan="3">全删</td>
  </tr>
  <tr align="center">
    <td>马化腾</td>
    <td>腾讯</td>
    <td>47</td>
    <td>修改</td>
  </tr>
  <tr align="center">
    <td>李彦宏</td>
    <td>百度</td>
    <td>50</td>
    <td>修改</td>
  </tr>
</table>	
</body>
</html>

316.jpg

316_1.jpg

316_2.jpg


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