Blogger Information
Blog 61
fans 1
comment 0
visits 69757
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
一个内联框架
我的博客
Original
1711 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>内联框架</title>
    <ifarme
</head>
<body>
<h2 align="center">网站管理系统</h2>
<ul style="float: left;">
    <h4>管理目录</h4>
    <li><a href="http://www.wsmud.com" target="main">账号注册</a></li>
    <li><a href="http://www.y160.cn" target="main">文件管理</a></li>
    <li><a href="http://www.baidu.com"target="main">表格扩展</a></li>

</ul>
<!-- frameborder="1":框架边框宽度,style="float: left":向左浮动-->
<iframe srcdoc="<h3>博客管理系统</h3>" name="main" align="left" frameborder="1" width="1024" height="768" style="float: left">



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