Where and how frames should be used and do they need to learn? Sorry for my English 🙇 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Where and how frames should be used and do they need to learn? Sorry for my English 🙇

6th Jul 2021, 4:22 AM
Eric Cole
Eric Cole - avatar
3 Answers
+ 5
Arturop oh my bad: I was thinking to <iframe>... you say to me what I usually say to user asking for <frame> ;P SL4SH <frame> was used in html4 <frameset> flavor... a special html4 version to embed other html documents... nowadays there's no need of learning such stuff (nor html4 'normal' documents), as html5 provide <iframe> wich is far more flexible ^^
6th Jul 2021, 5:50 AM
visph
visph - avatar
+ 4
visph seems like its a tag used 10 years ago🧐, definitely for page layout, Im glad I started a year ago, its easier with flexbox and grid 🤩
6th Jul 2021, 5:46 AM
Arturop
Arturop - avatar
+ 1
in html context, <frame> is used to embed another html document inside html page... either dynamically (through js) or statically (by providing url to src attribute) as anything, you need to learn them only if you need to use them ;)
6th Jul 2021, 4:24 AM
visph
visph - avatar