<frameset cols="100%"> <frame src="content.html" name="mainFrame" scrolling="auto" noresize> </frameset>
The <frame> tag is obsolete. Modern browsers do not support framesets in HTML5 documents. Use <iframe> instead.
Lines: 0 | Characters: 0