HTML <iframe> src - kenmerk

❮ HTML <iframe>-tag

Voorbeeld

Een <iframe> in zijn eenvoudigste gebruik:

<iframe src="/default.asp"></iframe>

Definitie en gebruik

Het srcattribuut specificeert het adres van het document dat in een iframe moet worden ingesloten.


Browserondersteuning

Attribute
src Yes Yes Yes Yes Yes

Syntaxis

<iframe src="URL">

Attribuutwaarden

Value Description
URL Specifies the URL of the document to embed in the iframe.

Possible values:

  • An absolute URL - points to another web site (like src="http://www.example.com/default.htm")
  • A relative URL - points to a file within a web site (like src="default.htm")

❮ HTML <iframe>-tag