+ 3
How to divide page in 4 equal part
using framset tag
26 Antworten
+ 7
Some schools seem to be insisting on some older programs; perhaps for perspective. I'm personally not a fan, especially now that <div> is also about to be "the old way".
+ 7
while helping someone is a good thing but doing their homework for them is not(it is for a reason called homework). i suggest anyone considering to help at the most give directions let the OP make an actual code than if OP asks for help in it (when stuck genuine) help there.
+ 6
@Rheina Rae ... I only figured that out at the end :/
+ 5
@Deepak; I have no idea why mine didn't work for me, but that does (several panels).
edit: ohhh, the <body> tag killed it.
+ 4
Duplicate question: https://www.sololearn.com/Discuss/639036/?ref=app
Combine rows and columns attributes . Frameset is really old, frames aren't supported in HTML5 and didn't work for me on SoloLearn.
https://www.w3schools.com/tags/att_frame_frameborder.asp
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_frame_rows
+ 4
@Kaustubh Khavale - w3schools has a test button so you can add the other property and try it immediately.
As I indicated, it doesn't work in the app for me and it's realllly tricky for me to edit that page.
+ 4
Guys ik <frameset> is an old and now it's not useful..........and html5 does not support it
apart from that I just want to know the code .
I want my basic to be clear .
+ 4
@Rheina Rae you had used <table> tag I can also divide with table tag
but it's usefull
and it's not a home work
there is html activity in my college and I am preparing very hard for that.
+ 4
yeah.. using table tags will help..
+ 3
Rheina, simply giving somebody code to use does not help them. They need to understand and write the code for themselves.
+ 2
<html>
<frameset rows="50%,50%>
<frameset cols="50%,50%>
<frame>
</frameset>
<html>
see the output...
+ 2
whoa!! cool@Deepak Gautam
but that is not useful for me😂
+ 1
you are not getting it @Rheima rae
we have to use frameset tag ... it's simple but my mind is not working rn
+ 1
<html>
<frameset cols="50%,50%">
<frameset rows="50%,50%">
<frame>
<frame>
</frameset>
<frameset rows="50%,50%">
<frame>
<frame>
</frameset>
</frameset>
</html>
that's what I'm talking about
+ 1
yessss that was to helpful.
0
I want to use <frameset> tag
0
but I have to use frameset
0
can anyone tell me the code in just 4 lines
0
but still ... can you give the code just for my understanding.