you can also do this by splitting your page in columns like this
<frameset cols="50%,50%">
<frame src="a.html">
<frame src="b.html">
</frameset>
now I have a small assignment for you to check what you have learned generate a code for the following output:
as :
<html>
<frameset rows="25%,75%">
<frame src="b.html">
<frameset cols="25%,75%">
<frame src="b1.html">
<frame src="http://www.ncbi.com">
</frameset>
</html>
Hope you will like it so please leave your comments and give your feedbacks regards Quratt ul ain Siddique
0 comments:
Post a Comment