HTML
HTML
Index.html
<html>
</head>
<frameset rows="*,*">
<frame src="secondpage.html">
<frame src="first.html">
</frameset>
</html>
Top.html
<html>
<head>
<style>
body {background: gray;}
</style>
</head>
<body>
<img src="level.png">
</body>
</html>
Bottom.html
<html>
<head>
<title>i m newideasyt</title>
</head>
<body>
<h1>About image</h1>
The candidates who have passed practical examination in the previous
pattern of examination whereas yet to pass all the required theory
modules/papers, would require to take the examination of remaining
modules/papers in the new pattern. The final grade of the candidates would
be calculated sans practical marks, and certificate would also be
issued sans independent practical examination grades, so as to maintain the
uniform
certificate issuance.10.8. The candidates would be required to apply for
the examinations at the online portal as per the existing procedure
</body>
</html>
OUTPUT