HTML <frameset> Tag
- Previous Page <frame>
- Next Page <h1> - <h6>
Not supported in HTML5.
<frameset>
The tag was used in HTML 4 to define framesets.
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 <frame>
- Next Page <h1> - <h6>