Blogger Information
Blog 13
fans 0
comment 0
visits 10457
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
制作一个简单的后台首页
PHPer博客
Original
739 people have browsed it

实例

<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta charset="UTF-8">
    <title>制作一个简易的后台首页</title>
</head>
<body>
<h3>后台管理</h3>
<hr>
<ul style="float:left">
    <li><a href="demo1.html" target="BAM">用户管理</a></li>
    <li><a href="demo2.html" target="BAM">内容管理</a></li>
    <li><a href="demo3.html" target="BAM">系统设置</a></li>
</ul>
<iframe src="" frameborder="1" name="BAM" width="500" height="300"></iframe>

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