Example of Frames
<html>
<head>
<title>Frames</title>
</head>
<frameset cols="300,*,*">
<frame src="splitString0.html">
<frame src="formValidation.html">
<frameset rows="50%,50%">
<frame src="vb1.html">
<frame src="DigitalClock.html" marginheight="100" marginwidth="79" scrolling=YES>
</frameset>
</frameset>
<body>
<noframes>your browser does not handles frames!</noframes>
</body>
</html>
<html>
<head>
<title>Frames</title>
</head>
<frameset cols="300,*,*">
<frame src="splitString0.html">
<frame src="formValidation.html">
<frameset rows="50%,50%">
<frame src="vb1.html">
<frame src="DigitalClock.html" marginheight="100" marginwidth="79" scrolling=YES>
</frameset>
</frameset>
<body>
<noframes>your browser does not handles frames!</noframes>
</body>
</html>
No comments:
Post a Comment