Horje
HTML <frameset> Tag

Not Supported in HTML5.

The <frameset> tag was used in HTML 4 to define a frameset.


What should Use Instead of HTML <frameset> Tag

Use the <iframe> tag to embed another document within the current HTML document
index.html
Example: HTML
<iframe src="https://horje.com/learn/673/what-is-html-frame-tag" title="Horje Free Online Web Tutorials">
</iframe>

Output should be:

What should Use Instead of HTML <frameset> Tag





Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin


Read Article
https://develop.horje.com/learn/1434/reference