How to use < video > tag with autoplay attribute in HTML ? with example

 How to use < video > tag with autoplay attribute in HTML > with example 


Autoplay attribute we use to HTML 

the video will start playing as soon as it is ready .


Example 


<body>

<video controls autoplay>

  <source src="tech.mp4" type="video/mp4">

 </video>

</body>

Comments

Last 7 Days

How use valign in HTML?

How to use autoplay and mute attribute with < video > tag in HTML for youtube ? with example

css for code blocks

How to use referrerpolicy Attribute value ( no-referrer-when-downgrade ) with < iframe > tag in HTML ? with example

How to use sandbox attribute value ( allow-popups ) with < iframe > tag in HTML ? with example

How to use Local Variable for whose values are present till function is executing in solidity ?

How to use arrays in Solidity programming language ?

How do you give an < image > a tag?