什么是iframe用于? [英] What is iframe used for?

查看:135
本文介绍了什么是iframe用于?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HTML中iframe标签的用途是什么?它的用途是什么?

解决方案

< iframe>用于在其他(X)HTML文档中包含(X)HTML文档。这可以在用户浏览时更新网站的部分内容,而不会重新加载整个网站。 (现在大部分已被 AJAX 取代)。



另请参阅:

http://w3schools.com/ TAGS / tag_iframe.asp



http:// en.wikipedia.org/wiki/HTML_element#Frames


What is the purpose of the iframe tag in HTML? What is it used for?

解决方案

An <iframe> is used for containing (X)HTML documents in other (X)HTML documents. This enables updates of parts of a website while the user browses, without making them reload the whole thing. (This is now largely replaced by AJAX).

Also, see:

http://w3schools.com/TAGS/tag_iframe.asp

http://en.wikipedia.org/wiki/HTML_element#Frames

这篇关于什么是iframe用于?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆