Tag HTML <noframes>

Non supportato da HTML5.

<noframes> Il tag <noframes> è usato in HTML 4 come tag di riserva per browser che non supportano i frame.

Cos'altro usare?

Uso <iframe> Il tag inserisce un altro documento all'interno del documento HTML corrente:

<iframe src="https://www.codew3c.com"></iframe>

Prova da solo