+ 5
websites or webpage or youtube video are considered frame if you put in website where you want to put so use <iframe></iframe> iframe has attribute which have full control of the frame to customize.
5th Jul 2019, 7:12 AM
Dancode
Dancode - avatar
+ 4
Vicradon https://code.sololearn.com/WVLUUIUlhvM5/?ref=app that was what I talking about that was what I taking about you can ask that guy
6th Jul 2019, 2:46 AM
Aditya
Aditya - avatar
+ 3
Para insertar un vídeo de youtube a tu pagina haces lo siguiente: 1 ) vas al vídeo que desees poner en tu pagina 2) le das click en "compartir" 3) en "compartir enlace" le das a la primera opción "insertar" 4) copias el código de lado derecho y lo pegas en tu pagina web y LISTO Espero haberte ayudado 👍💻🙋😀
5th Jul 2019, 1:11 AM
Samuel Alejandro Gonzalez
Samuel Alejandro Gonzalez - avatar
+ 3
Don't use <iframe> it's being irreverent day by day.. use border instead and be careful with the width and height property
6th Jul 2019, 1:48 AM
Aditya
Aditya - avatar
+ 3
Could you explain more Maggie Smith . i.e the use of border?
6th Jul 2019, 1:50 AM
Osinachi Chukwujama
Osinachi Chukwujama - avatar
+ 3
oh sorry iframe is okay.... frame is obsolete.... sometimes it gets pretty confusing 😂
6th Jul 2019, 2:43 AM
Aditya
Aditya - avatar
+ 3
Please use search bar before asking a duplicate question... https://www.sololearn.com/discuss/1316935/?ref=app
6th Jul 2019, 2:39 PM
BroFar
BroFar - avatar
+ 2
Yep IFrames
5th Jul 2019, 10:17 AM
Osinachi Chukwujama
Osinachi Chukwujama - avatar
+ 2
6th Jul 2019, 2:54 AM
Osinachi Chukwujama
Osinachi Chukwujama - avatar
+ 2
As Maggie Smith mention iframe is not reliable of search engine. intead of having single url you going to have more url in page which cause problem. there is alternative to this you can use <object> <embed scr='#'> </object> or <embed></embed> but you wont have full functionality.
6th Jul 2019, 3:03 AM
Dancode
Dancode - avatar
+ 2
Sometimes asking question as for beginner have keyword problem so its better to ask what they want to and will happy to help anyway.
6th Jul 2019, 2:46 PM
Dancode
Dancode - avatar
+ 1
Vicradon hey Remember me..... https://code.sololearn.com/WQN0fb0sp59o/?ref=app 😂😂😂😊😊😊my best creation 😉
7th Jul 2019, 12:38 PM
Aditya
Aditya - avatar
0
You might want you use Iframe <iframe src=“url” height: 100px width: 100px> </iframe>
7th Jul 2019, 8:04 AM
JBuster