<frameset cols="50%, 50%" frameborder="1" framespacing="10"> <frame src="navigation.html"> <frame src="maincontent.html"> </frameset>
The <frameset> tag is obsolete. Modern browsers do not render framesets in HTML5 documents. Use CSS grid with iframe or a single-page layout instead.
Lines: 0 | Characters: 0