Blogger Information
Blog 41
fans 2
comment 1
visits 26147
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.20作业2
郭恒的博客
Original
666 people have browsed it

实例1

<!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>

运行实例 »

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

实例2

<!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>

运行实例 »

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

实例3

<!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>

运行实例 »

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

实例4

<!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>

运行实例 »

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


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
  • 2018-03-16 15:12:44