+ 1

How to use iframe tag in web coding in this app?

Is this possible or not to do this in this app?

16th Mar 2020, 3:41 AM
Shaurya Yadav
Shaurya Yadav - avatar
25 Answers
16th Mar 2020, 4:42 AM
BroFar
BroFar - avatar
+ 6
Here is an example of an iframe of SoloLearn website https://code.sololearn.com/W60N5SUxwHc5/?ref=app
16th Mar 2020, 3:51 AM
BroFar
BroFar - avatar
+ 5
Here one more example for how to use iframe. https://code.sololearn.com/WSLKKLTpzLXw/?ref=app
16th Mar 2020, 3:55 AM
AΝ’J
AΝ’J - avatar
+ 4
<iframe src="https://www.google.com" style="width:100% height:100%">Google</iframe> Shaurya Yadav
16th Mar 2020, 4:10 AM
Muhammad G
Muhammad G - avatar
+ 4
Use <iframe src="#web_name"></iframe> FOR GOOGLE THE SYNTAX IS "www.google.com"
16th Mar 2020, 4:32 AM
Tanmay Gupta
Tanmay Gupta - avatar
+ 4
Change the CSS property also like margin and padding of the output screen
16th Mar 2020, 4:33 AM
Tanmay Gupta
Tanmay Gupta - avatar
+ 4
Shaurya Yadav Make your code for public to enable us to make comments The errors in your code You must put the word style before using width or height And after the word width or heught you must put colon(:) not equal assign Like this example πŸ‘‡πŸ‘‡ <iframe src="https://www.google.com" style="width:100% height:100%">Google</iframe> I will fix it and put the code for u
16th Mar 2020, 7:31 AM
Muhammad G
Muhammad G - avatar
+ 4
Shaurya Yadav Show this link to solve the problem that prevent u to disply your website in iframe tagπŸ‘‡πŸ‘‡ https://stackoverflow.com/questions/41522652/refused-to-display-url-in-a-frame-because-it-set-x-frame-options-to-sameori
16th Mar 2020, 7:59 AM
Muhammad G
Muhammad G - avatar
+ 3
<iframe src="your website link "> website name </iframe> https://code.sololearn.com/WTV00tDfmvY0/?ref=app
16th Mar 2020, 4:03 AM
Muhammad G
Muhammad G - avatar
+ 3
BroFar I edit my comment and give him an example Thanks
16th Mar 2020, 4:07 AM
Muhammad G
Muhammad G - avatar
+ 3
Copy my comment and use it , this link working with me Shaurya Yadav
16th Mar 2020, 4:34 AM
Muhammad G
Muhammad G - avatar
+ 3
Please read the following thread from stackoverflow as it will explain why you are having problems https://stackoverflow.com/questions/8700636/how-to-show-google-com-in-an-iframe
16th Mar 2020, 4:35 AM
BroFar
BroFar - avatar
+ 3
16th Mar 2020, 4:43 AM
BroFar
BroFar - avatar
+ 3
This is other example about iframe : https://code.sololearn.com/Wnn69thYYIX7/?ref=app
16th Mar 2020, 4:47 AM
Cmurio
Cmurio - avatar
+ 3
This is your after change itπŸ‘‡πŸ‘‡ https://code.sololearn.com/W33nKgTdNqh4/?ref=app
16th Mar 2020, 8:01 AM
Muhammad G
Muhammad G - avatar
16th Mar 2020, 11:01 AM
Olivia Mikayla
Olivia Mikayla - avatar
+ 3
You're welcome Olivia πŸ‘ŒπŸ‘πŸŒΈ
16th Mar 2020, 11:04 AM
Muhammad G
Muhammad G - avatar
+ 2
Why google.com is not working. Give Syntex of google site.
16th Mar 2020, 4:07 AM
Shaurya Yadav
Shaurya Yadav - avatar
+ 2
This is not working bro can you try it for my satisfaction.
16th Mar 2020, 4:31 AM
Shaurya Yadav
Shaurya Yadav - avatar
+ 2
I got it Thanku sir.
16th Mar 2020, 4:43 AM
Shaurya Yadav
Shaurya Yadav - avatar