Easy Tutorial
❮ Html Symbols Tag Bdi ❯

HTML <frame> src Attribute

HTML <frame> Tag

Example

The src attribute specifies the location of the document to be displayed in the <frame>:


Browser Support

All major browsers support the src attribute.


Definition and Usage

The src attribute specifies the URL of the document to be displayed in the frame.


Syntax

Attribute Values

Value Description
URL Specifies the address of the document to be displayed in the frame. Possible values: Absolute URL - Points to another website (e.g., src="http://www.example.com/default.htm")<br>Relative URL - Points to a file within the website (e.g., src="default.htm")
❮ Html Symbols Tag Bdi ❯