The HTML <frame> tag
- Previous Page <form>
- Next Page <frameset>
HTML5 does not support.
<frame>
tag was used in HTML 4 to <frameset>
A specific window (frame) is defined in
What to Replace With?
Example 1
Usage <iframe> tag Embed another document in the current HTML document:
<iframe src="https://www.codew3c.com"></iframe>
- Previous Page <form>
- Next Page <frameset>