Atribut src HTML <iframe>

tag HTML <iframe>

Contoh

Sebuah <iframe> dalam penggunaan yang paling sederhana:

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

Definisi dan Penggunaan

Atribut srcmenentukan alamat dokumen yang akan disematkan dalam iframe.


Dukungan Peramban

Attribute
src Yes Yes Yes Yes Yes

Sintaksis

<iframe src="URL">

Nilai Atribut

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")

tag HTML <iframe>