Blogger Information
Blog 23
fans 1
comment 0
visits 29682
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
制作一个网站后面, 要求使用内联框架实现
Liu
Original
487 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>内联框架(iframe)</title>
</head>
<body>
<h3>制作一个网站后面, 要求使用内联框架实现</h3>
<nav>
    <ul style="float: left; margin-right: 15px">
        <li><a href="https://www.baidu.com" target="content">百度</a></li>
        <li><a href="https://www.php.cn/" target="content">php中文网</a></li>
        <li><a href="https://github.com" target="content">github</a></li>
        <li><a href="https://www.w3school.com.cn" target="content">W3school</a></li>
    </ul>
</nav>
<iframe srcdoc="<h2>欢迎来到内联框架(iframe;画中画)</h2>" frameborder="1" width="600" height="600" name="content"></iframe>


</body>
</html>

运行实例 »

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

Correction status:unqualified

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