Thuộc tính HTML <iframe> src

❮ Thẻ HTML <iframe>

Thí dụ

Một <iframe> trong cách sử dụng đơn giản nhất:

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

Định nghĩa và Cách sử dụng

Thuộc srctính chỉ định địa chỉ của tài liệu để nhúng vào iframe.


Hỗ trợ trình duyệt

Attribute
src Yes Yes Yes Yes Yes

Cú pháp

<iframe src="URL">

Giá trị thuộc tính

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

❮ Thẻ HTML <iframe>