<html>
<body>
<h2>Example of HTML Embed tag - Deprecated Now</h2>
<embed width="300" height="150"
src="https://youtube.com/embed/cRCh4fDS1DI">
<h2>Example of HTML object tag - Deprecated Now</h2>
<object width="300" height="150"
data="https://www.youtube.com/embed/5OVf3ap8HGs">
</object>
</body>
</html>