Blogger Information
Blog 14
fans 0
comment 0
visits 9572
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
内联标签 iframe 的使用 7.3
耿玉洁的博客
Original
435 people have browsed it

内联标签 iframe 的 作用 : 网站中的网站

可以通过iframe 中的 name属性 和  a half 的 target属性链接起来

实例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>内联标签</title>
</head>
<body>
<H3>后台管理</H3>
<ul>
    <li><a href="http://www.baidu.com" target="baidu">百度</a></li>
</ul>
<iframe srcdoc="iframe的使用" frameborder="1" name="baidu" width="500" height="500"></iframe>
</body>
</html>

运行实例 »

可以通过srcdoc属性 给注释标语

 

Correction status:qualified

Teacher's comments:对于该标签, 实际上有争议的, 之前还有一个frame, frameset,不过都已被废除了, 这个标签的命运不知能挺多久. 因为现在都在用Ajax来替代它的功能.
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