Please I'm stuck in embeding a video from youtube

Please how can I link a video to my webpage from youtube?

This is not working…

<iframe width="200"  height="300"  >
	src="https://www.youtube.com/embed/LIrEl9zT5lY"
</iframe>

you need to put the src inside the opening tag.

<iframe src="...">
1 Like

Thanks a lot, I got it now…