HTML Meta and Video Tag

Free 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>

 

Did you like this article? If Yes, please give DataFlair 5 Stars on Google

courses

DataFlair Team

DataFlair Team provides high-impact content on programming, Java, Python, C++, DSA, AI, ML, data Science, Android, Flutter, MERN, Web Development, and technology. We make complex concepts easy to grasp, helping learners of all levels succeed in their tech careers.

Leave a Reply

Your email address will not be published. Required fields are marked *