Difference between revisions of "Video element without controls"
Jump to navigation
Jump to search
(Created page with "<html> <video controls="controls" title="My video" width="320" height="240"> <source src="https://labs.levelaccess.com/images/e/e5/IPhone.MP4" type="video/mp4" preload="tr...") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <video | + | <video title="My video" width="320" height="240"> |
<source src="https://labs.levelaccess.com/images/e/e5/IPhone.MP4" type="video/mp4" preload="true"> </source> | <source src="https://labs.levelaccess.com/images/e/e5/IPhone.MP4" type="video/mp4" preload="true"> </source> | ||
</video> | </video> | ||
</html> | </html> |
Latest revision as of 18:38, 21 January 2022