The <frameset> tag does all the dividing of the page into different windows . It also has attributes that specify how t divide them up. Can we divide the page into more than 2 pieces ? Yes , just make sure that you specify a page to ocupy each section or the browser will get confused . Look at the code below.
A PAGE WITH FIVE FRAMES
For dividing the page into cols :-
<HTML>
<HEAD>
<TITLE>MY FRAME PAGE-THE MASTER PAGE</TITLE>
</HEAD>
<FRAMSESET COLS= "20%,20%,20%,20%,20%">
<FRAME SRC="ONE.HTM">
<FRAME SRC="TWO.HTM">
<FRAME SRC="THREE.HTM">
<FRAME SRC="FOUR.HTM">
<FRAME SRC="FIVE.HTM">
</FRAMESET>
</HTML>
Now for dividing the rows :-
By Replacing the word COLS from the above code ROWS
for more Blogging Tips
A PAGE WITH FIVE FRAMES
For dividing the page into cols :-
<HTML>
<HEAD>
<TITLE>MY FRAME PAGE-THE MASTER PAGE</TITLE>
</HEAD>
<FRAMSESET COLS= "20%,20%,20%,20%,20%">
<FRAME SRC="ONE.HTM">
<FRAME SRC="TWO.HTM">
<FRAME SRC="THREE.HTM">
<FRAME SRC="FOUR.HTM">
<FRAME SRC="FIVE.HTM">
</FRAMESET>
</HTML>
Now for dividing the rows :-
By Replacing the word COLS from the above code ROWS
for more Blogging Tips
No comments:
Post a Comment