Package
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Package

Download/Upload Code Projects


You are not connected. Please login or register

Video - HTML

Go down  Message [Page 1 of 1]

1Video - HTML Empty Video - HTML Wed Oct 11, 2023 2:20 pm

Admin


Admin

Code:
<!DOCTYPE html>
<html>
<body>
  <h2>HTML5 Video Example</h2>
  <video width="320" height="240" controls>
    <source src="sample.mp4" type="video/mp4">
    Your browser does not support the video tag.
  </video>
</body>
</html>

https://package.goodforum.net

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum