Blogger Information
Blog 23
fans 0
comment 1
visits 14248
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML基础小实例
彪小A的博客
Original
511 people have browsed it

2.png

部分源码

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>PHP中文网商城后台管理</title>
</head>
<body>
<!--后台分为上、中、下三部分,中间部分分为左、右2部分,-->
 <table border="0" cellpadding="5" cellspacing="0" align="center" width="960px">
        <!--头部-->
 <tr >
            <td colspan="2">
                <iframe src="inc/top.html" name="top" height="70px" width="100%" frameborder="0" scrolling="no"></iframe>
            </td>
        </tr>
        <tr>
            <td colspan="2" width="100%" ><hr></td>
        </tr>
        <!--主体-->
 <tr>

            <td>
                <!--左侧菜单-->
 <iframe src="inc/left.html" name="left" height="600px" width="140px" align="center" frameborder="0" scrolling="no"></iframe>
                <!--右侧内容-->
 <iframe src="inc/default.html" name="right" height="600px" width="800px" align="right" frameborder="0" scrolling="no"></iframe>
            </td>
        </tr>

        <tr>
            <td colspan="2" width="100%" ><hr></td>
        </tr>

        <!--底部-->
 <tr>
            <td colspan="2">
                <iframe src="inc/foot.html" name="foot" height="100" width="100%" frameborder="0" scrolling="no" align="center"></iframe>
            </td>
        </tr>
    </table>
</body>
</html>


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