Latest web development tutorials

HTML iframe src attribute

HTML iframe tag Reference Manual HTML <iframe> tag

Examples

A <iframe> simple application:

<iframe src="http://www.w3cschool.cc/"></iframe>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support the src attribute.


Definition and Usage

Embed src attribute specifies the <iframe> in the address of the document.


Differences between HTML 4.01 and HTML5

no.


grammar

<iframe src="URL">

Property Value

描述
URL 规定显示在 iframe 中的文档的地址。

可能的值:

  • 绝对 URL - 指向另一个网站(比如 src="http://www.example.com/default.htm")
  • 相对 URL - 指向网站中的一个文件(比如 src="default.htm")


HTML iframe tag Reference Manual HTML <iframe> tag