+ 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.
+ 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
+ 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 👍💻🙋😀
+ 3
Don't use <iframe>
it's being irreverent day by day..
use border instead
and be careful with the width and height property
+ 3
Could you explain more Maggie Smith . i.e the use of border?
+ 3
oh sorry iframe is okay....
frame is obsolete....
sometimes it gets pretty confusing 😂
+ 3
Please use search bar before asking a duplicate question...
https://www.sololearn.com/discuss/1316935/?ref=app
+ 2
Yep
IFrames
+ 2
Thanks Maggie Smith
+ 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.
+ 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.
+ 1
Vicradon hey Remember me.....
https://code.sololearn.com/WQN0fb0sp59o/?ref=app
😂😂😂😊😊😊my best creation 😉
0
You might want you use Iframe
<iframe src=“url” height: 100px width: 100px>
</iframe>