I am having difficulty using iframes in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

I am having difficulty using iframes in html

plz tell me the basics of Iframes and what can I do with it.

17th Feb 2018, 8:40 AM
Yuganshu Kumar
2 Answers
+ 39
inline frame is known as iframe.frame not supported in html5. syntax:- <iframe src="put here iframe source " name="iframe" width=" " height=" "> </iframe> https://www.sololearn.com/Discuss/1074453/?ref=app https://code.sololearn.com/Wqad98wj4q1G/?ref=app
17th Feb 2018, 10:48 AM
Elizabeth🌸
Elizabeth🌸 - avatar
+ 4
@Elizabeth I thought that "frame" isn't supported, and "iframe" was?
17th Feb 2018, 11:39 AM
Andrija Dinic
Andrija Dinic - avatar