+ 3
Frame sets
Can someone please help me to understand what <framesets> are? Are they basically like <iframe> i know they are outdated but i don’t think I fully get it. Thanks
3 odpowiedzi
+ 3
Thank you both...i have better understanding now :)
+ 1
Idk actually but I think they are an old version of iframe. You should check w3schools.com for more enlightenment.
+ 1
iFrames are a way to display website frame inside another website. They are still supported but not recommended.
Framesets are like table grid used to structure and display iFrames. They aren't supported in HTML5.