Definition and Usage The src attribute specifies URL of the iframe content. Syntax <iframe src=" URL "> Syntax Exam...
Definition and Usage
The src attribute specifies URL of the iframe content.
Syntax
Syntax Example
<iframe src="demo_iframe.htm"> |
Attribute Values
Value | Description |
URL | Specifies URL of the page used in the iframe (the iframe content).Possible values:
- An absolute URL - Is used to navigate to another web site (like longdesc="http://www.1000sourcecodes.com/frame_a.htm")
- A relative URL - Is used to navigate within a site (like longdesc="frame_a.htm")
|