Horje
HTML <noframes> Tag

The

HTML element provides content to be presented in browsers that don't support (or have disabled support for) the element. Although most commonly-used browsers support frames, there are exceptions, including certain special-use browsers including some mobile browsers, as well as text-mode browsers.

Not Supported in HTML5.

The

tag was used in HTML 4 to act as a fallback tag for browsers that did not support frames.



What to Use Instead of HTML <noframes> Tag?

Use the <iframe> tag to embed another document within the current HTML document:
index.html
Example: HTML
 <iframe src="https://horje.com"></iframe> 

Output should be:

What to Use Instead of HTML <noframes> Tag?




html iframe

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


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