HTML <iframe> src Attribute
HTML <iframe> tag
Example
An <iframe> in its simplest use:
<iframe src="/default.asp"></iframe>
Try it yourself »
Browser Support

The src attribute is supported in all major browsers.
Definition and Usage
The src attribute specifies the address of the document to embed in the <iframe>.
Differences Between HTML 4.01 and HTML5
NONE.
Syntax
Attribute Values
| 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
Thank You For Helping Us!
Your message has been sent to W3Schools.
Close [X]