How to embed videos in your website.


  • Use the video tag to establish the HTML5 video player.
  • You can also use the video tag to set the height and width of the video.

  • Inside the video tag, place a tag called source.
  • Place your media file in the source tag.

  • Let the browser know what kind of video you linked to in the type attribute
  •