How Can I Display a Video Using HTML

Below is an example of a video displayed through the HTML <video> tag:

The HTML code to display the video file above is shown below:

If you want the video to play automatically once the page uploads,
the HTML code is shown below.