নিচের কোডটুকু সাইটে ভিডিও যোগ করতে ব্যবহার হয়।

<video width="320" height="240" controls poster="placeholder.jpg">
  <source src="video.mp4" type="video/mp4">
  <source src="video.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>

html , video tag