HTML Video Generator

An HTML video tag allows users to attach a media player in a web page for video playback.

Preview

Properties

Code

<video src="/video/bali.mp4" poster="https://htmlcss.tools/img/video_poster.jpg" controls>
  Your browser does not support the video file.
</video>