Placing a video on webpage

I would like to know the format for putting a downloaded video on a website.

I place the video in the resource folder and I used the following code:

<video src="excursion.mp4" controls></video>

I even tried this link:

<link href="resources/excursion.mp4" rel="stylesheet" type="video/mp4"/>

I still get an error

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.