79219109

Date: 2024-11-24 00:32:36
Score: 1
Natty:
Report link

Well, this is supported. There are no extra steps necessary to do this. One issue I see is that you have random hashtags in your elements...?? Here is a full example of a video element in HTML:

<video id="video" preload="auto" muted>
 <source src="video.mp4" type="video/mp4">
 Your browser does not support the video tag.
</video>
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Cole Bauml