You are on page 1of 1

<HTML> <head> <title>HTML Frames Example</title> </head> <frameset rows="25%,*"> <frame src="hd.html" name="hd"> <frameset cols="*,80%"> <frame src="ab.

html" name="ab"> <frame src="qu.html" name="qu"> </frameset> </frameset> </html>

<HTML> <head> <title>About Us </title> </head> <h1><center> About Us </h1> <br> <a target="qu" href="qu.html">Oualification </a><br > <a target="qu" href="te.html">Test</a> </html>

You might also like