+ 4
I am having difficulty using iframes in html
plz tell me the basics of Iframes and what can I do with it.
2 Réponses
+ 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
+ 4
@Elizabeth I thought that "frame" isn't supported, and "iframe" was?