Site icon DataFlair

HTML Meta and Video Tag

Full Stack Web Development Courses with Real-time projects Start Now!!

Program 1

<html>
   <head>
    <meta charset="UTF-8">
    <meta name="author" content="John">
    <meta name="keyword" content="HTML">
   </head>
   <body>
    <video with="200" height="200" controls>
        <source src="C:\\Users\\Lenovo\\Downloads\\sample.mp4">
    </video>
   </body>
    </html>

 

Exit mobile version