Last Updated on April 26, 2023 by Roshan Parihar
HTML frame tag is used to specify one particular window for HTML document.
The frame tag defines within the HTML frameset tag.
Syntax
1 |
<frame src="enter source location here"> |
1 2 3 4 5 6 7 |
<frameset cols="30%,*,30%"> <frame src="frame_i.htm"> <frame src="frame_ii.htm"> <frame src="frame_iii.htm"> </frameset> </body> </html> |
Output
Resources and References HTML frame tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github