A great way to include videos in a web page is to use YouTube and the easiest way to get there is to add an inline frame.

<html><body><h1>My favorite video</h1><iframe src="https://www.youtube.com/embed/Vhh_GeBPOhs"></iframe></body>
</html>
]]>

Isn't that great? Most websites add videos the exact same way.

Just like before, we'll first add the src attribute. We'll then use a = sign and finally add the link to the Youtube video.