这几个标签都属于同一类功能,就是框架内镶功能:
- <html>
- <frameset rows="25%,50%,25%">
- <frame src="http://blog.sina.com.cn/yefeng9393">
- <frame src="http://blog.sina.com.cn/yefeng9393">
- <frame src="http://blog.sina.com.cn/yefeng9393">
- </frameset>
- </html>
- <html>
- <frameset cols="25%,50%,25%">
- <frame src="http://blog.sina.com.cn/yefeng9393">
- <frame src="http://blog.sina.com.cn/yefeng9393">
- <frame src="http://blog.sina.com.cn/yefeng9393">
- </frameset>
- </html>
- <html>
- <iframe src="http://blog.sina.com.cn/yefeng9393" width="500px" height="400px">
- <p>您的浏览器不支持iframe!</p>
- </iframe>
- </html>
以上就是HTML标签天天练6--网页框架的详细内容,更多关于HTML标签天天练6--网页框架的资料请关注九品源码其它相关文章!