Frames example
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<title>Frames example</title>
</head>
<frameset rows="150, *, 100">
<frame src="http://www.java2s.com" />
<frame src="http://www.java2s.com" />
<frame src="http://www.java2s.com" />
<noframes><body>Unfortunately, your browser does
not support this technology. </body></noframes>
</frameset>
</html>
Related examples in the same category