<frame src="" name="">
Browser |
|
---|
The name attribute of the FRAME element defines a unique name for the frame.
<frame src="example.html" name="test">
Attribute | Value | Explanation |
---|---|---|
name=" " | frame name | arbitrary name |
- Frame name
-
- Frame names must start in the alphabet.
name="a001" - The following symbols can be included in a frame name.
hyphen(-), underscore(_), colon(:), period(.)
name="frame_name"
- Frame names must start in the alphabet.
The frame name is used for the target attribute of the A element and the target attribute of the FORM element.