I am unable to play the video, the link was taken from YouTube, the code is as follows:
<!DOCTYPE html>
<html>
<head>
<title>Audio & Video</title>
</head>
<body>
<h1></h1>
<video src="https://www.youtube.com/watch?v=Et2HGG_Hfdk&t=3s" controls autoplay>
Your Browser Does Not Support the Video Format
</video>
</body>
</html>