Answers for "when did html added video tag"

7

video tag html

<!DOCTYPE html>
<html>
<body>

<h1>Video TITLE</h1>

<video width="320" height="240" controls>
  <source src="Video Link">
</video>

</body>
</html>
Posted by: Guest on March-21-2021
0

the <video> tag

<video src= "demo.webm" poster="initial_static_picture.jpg" width="480" controls></video>
Posted by: Guest on April-13-2022

Browse Popular Code Answers by Language