博客列表 >3.20作业2

3.20作业2

郭恒的博客
郭恒的博客原创
2018年03月21日 18:28:20657浏览

实例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>

运行实例 »

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


声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议