YOUTUBE VIDEO WITH AUTOPLAY
Run
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML</title>
</head>
<body>
    <h2>Embed Youtube video on HTML</h2>
	<p> Here is a youtube video From our official youtube channel </p>
	<iframe width="560" height="315" src="https://www.youtube.com/embed/2oljZV6z72k?autoplay=1&mute=1" title="YouTube video player" frameborder="0" allowfullscreen  ></iframe>
</body>
</html>