Blogger Information
Blog 10
fans 2
comment 0
visits 5912
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月20日
勇闯天涯不喝酒的博客
Original
516 people have browsed it

后台管理页面

实例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>网站后台管理系统</title>

</head>
<body>
    <!--后台分为上中下三部分,-->
    <table  border="0" align="center" cellpadding="5" cellspacing="0" width="1000"  background="images/ckaa.jpg">
        <!--上部分-->
        <tr>
            <td colspan="2">
                <iframe src="col/top.html" name="top" height="50" width="100%" frameborder="0" scrolling="no">
                </iframe>
            </td>
        </tr>
        <!--牛逼的分割线-->
        <tr>
            <td width="100%" colspan="2"><hr></td>
        </tr>
        <tr>
            <!--左边菜单栏-->
            <td>
                <iframe src="col/left.html" name="left" height="600" width="300" frameborder="0" scrolling="no">
                </iframe>
            </td>
            <!--右边内容区-->
            <td>
                <iframe src="col/default.html" name="right" height="600" width="550" frameborder="0" scrolling="no">
                </iframe>
            </td>
        </tr>
        <!--性感的分割线-->
        <tr>
            <td width="100%" colspan="2"><hr></td>
        </tr>
        <!--底部区域-->
        <tr>
            <td colspan="2">
                <iframe src="col/footer.html" name="top" height="50" width="100%" frameborder="0" scrolling="no">
                </iframe>
            </td>
        </tr>
    </table>
</body>
</html>

运行实例 »

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

手抄代码:

0320-1.png0320-2.png

Correction status:qualified

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