Latest web development tutorials

atributo iframe src HTML

HTML tag iframe Manual de Referência tag HTML <iframe>

Exemplos

A <iframe> aplicação simples:

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

tente »

Suporte a navegadores

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Todos os principais navegadores suportam o atributo src.


Definição e Uso

atributo embed src especifica o <iframe> no endereço do documento.


Diferenças entre HTML 4.01 e HTML5

Nenhum.


gramática

<iframe src="URL">

Valor de propriedade

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

可能的值:

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


HTML tag iframe Manual de Referência tag HTML <iframe>