How to show website in website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How to show website in website?

Example: Show Google in my website?

26th Jul 2019, 8:14 PM
marineboy1
marineboy1 - avatar
7 Answers
+ 13
USE iframe tag then. <iframe src="url"></iframe> Note that, some websites are configured to not to be displayed in iframe. Such sites can't be displayed in our page.
26th Jul 2019, 8:36 PM
Sarthak
Sarthak - avatar
+ 9
By using iframe tag
27th Jul 2019, 1:31 PM
Anwar Ali
Anwar Ali - avatar
+ 8
More information about iframe check it out here https://www.w3schools.com/html/html_iframe.asp HTML Iframes - W3Schools
26th Jul 2019, 10:54 PM
KingDaniel2004
KingDaniel2004 - avatar
+ 6
You can use iframe tag to display website in website. <iframe src="anyurl" ></iframe>
27th Jul 2019, 4:54 PM
🌠Ratnesh Rakesh Ranjan 🇮🇳
🌠Ratnesh Rakesh Ranjan 🇮🇳 - avatar
+ 3
Yes. Inline frames.
27th Jul 2019, 7:11 AM
Sonic
Sonic - avatar
+ 1
Use <iframe src="url of that website"></iframe>
27th Jul 2019, 6:40 PM
Priyanshu
Priyanshu - avatar
27th Jul 2019, 11:34 PM
Worth Durck
Worth Durck - avatar