HTML <iframe> kaynak Özelliği

❮ HTML <iframe> etiketi

Örnek

En basit kullanımında bir <iframe>:

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

Tanım ve Kullanım

Öznitelik , srcbir iframe içine gömülecek belgenin adresini belirtir.


Tarayıcı Desteği

Attribute
src Yes Yes Yes Yes Yes

Sözdizimi

<iframe src="URL">

Özellik Değerleri

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> etiketi