tutorial |
---|
The <iframe>
tag is amazing! It lets you insert a website inside a website. An example of this is Youtube, it uses the <iframe>
tag to allow you to insert videos from this platform on your own website.
- Add an
<iframe>
with awidth
of1280px
and aheight
of720px
. Make it point to this url: https://www.youtube.com/embed/hFQiSDiysWs
<iframe width="X" height="X" src="here goes the URL"></iframe>
Note: Watching the video won't hurt you 😉