Updated: 2026-07-11
Video Sources
Poster & Subtitles
Player Settings
Preview
Enter a video URL to preview (e.g. https://www.w3schools.com/html/mov_bbb.mp4)
Generated HTML Code
<video width="640" height="360" controls>
<source src="..." type="video/mp4">
</video>
Usage
HTML5 <video> tag embeds video in a web page.
β’ Formats: MP4 (H.264), WebM (VP8/VP9), Ogg (Theora)
β’ controls β show playback controls
β’ autoplay β start playing on page load (browsers usually require muted too)
β’ loop β restart video when finished
β’ poster β placeholder image before video loads
β’ <track> β add subtitle/chapter/metadata tracks