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

The attribute is supported in all major browsers.
Example
<html>
<frameset cols="50%,50%">
<frame src="frame_a.htm" />
<frame src="frame_b.htm" />
</frameset>
</html>
|
Try-It-Yourself Demos
src example
How use the src attribute.
HTML <frame> tag
 |

|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|