0
Where and how frames should be used and do they need to learn? Sorry for my English 🙇
4 Respuestas
+ 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 ^^
+ 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 🤩
+ 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 ;)