write a html code to divide browser window
in this tutorial we are write a html code to divide browser window into two vertical section. divide left section into three horizontal section.
coding:
<html>
<frameset cols=50%,*>
<frameset rows=*,*,*>
<frame src="">
<frame src="">
<frame src="">
</frameset>
<frame src="">
</frameset>
</html>
output:-
0 Comments