How to link a iframe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to link a iframe

How can i link a iframe?(I don't can English sorry :-) )

5th Jul 2017, 9:43 AM
CubeCode
CubeCode - avatar
1 Answer
+ 3
If you mean in code playground, you need to host the targeted web document to display inside somewhere on internet... If you mean generally, how code it inside an html document: <iframe src='url_of_the_document_to_load'></iframe> https://www.w3schools.com/tags/tag_iframe.asp
5th Jul 2017, 10:06 AM
visph
visph - avatar