Correction status:Uncorrected
Teacher's comments:
<!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <table> <tr> <td valign="middle"><img src="images/logo.jpg" width="30"></td> <td valign="middle" width="700"><h2>房地产后台管理</h2></td> <td valign="middle"><a href="">admin</a> <a href="">退出</a></td> </tr> </table> </body> </html>
点击 "运行实例" 按钮查看在线实例
<!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <h4>用户管理</h4> <ul type="none"> <li><img src="images/wenjian.jpg" width="25"><a href="3.15.php" target="right">用户列表</a></li> <li><img src="images/wenjian.jpg" width="25"><a href="">用户管理</a></li> </ul> <hr> <h4>订单管理</h4> <ul type="none"> <li><img src="images/wenjian.jpg" width="25"><a href="3.16.php" target="right">订单列表</a></li> <li><img src="images/wenjian.jpg" width="25"><a href="">订单管理</a></li> </ul> <hr> <h4>系统设置</h4> <ul type="none"> <li><img src="images/wenjian.jpg" width="25"><a href="3.19.php" target="right">基础配置</a></li> <li><img src="images/wenjian.jpg" width="25"><a href="">高级配置</a></li> </ul> </body> </html>
点击 "运行实例" 按钮查看在线实例
<!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <table border="1" cellspacing="0" cellpadding="8" align="center"> <caption><h3>配置信息</h3></caption> <tr> <th width="140" bgcolor="green">服务器</th> <td width="340">Apache 2.8.1</td> </tr> <tr> <th width="140" bgcolor="green">PHP版本</th> <td width="340">PHP 5.6+</td> </tr> <tr> <th width="140" bgcolor="green">数据库</th> <td width="340">MySql</td> </tr> </table> </body> </html>
点击 "运行实例" 按钮查看在线实例
<!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <p align="center"> <a href="">光明房地产官网</a> ©版权所有 <a href="">备案号: 沪*******</a> </p> </body> </html>
点击 "运行实例" 按钮查看在线实例