9951 explained code solutions for 126 technologies


htmlHow to play video in HTML


<video controls>
  <source src="video.mp4" type="video/mp4">
</video>ctrl + c
video

insert video player into HTML

controls

add video controls to the player

source

specify video file to load

video.mp4

video URL

type

type of the video file to load