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

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


Preload attributes is used for  the video

 should be loaded when the page loads.


Example of <video> tag with preload attribute and controls attribute 

<body>

<video controls preload="none">

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

</video>

</body>

Comments

Last 7 Days

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

Difference between Public vs Internal vs Private state variables in solidity programming langauge with example ?

How to make a water bottle using the HTML code?

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

Syntax of code tag in HTML

What is img scr or image scr or scr img ?

Tag is used to create inline frame ?