On a website (who is not mine), in the console Google Chrome, I would like to create a div
and into this div, I would like to add a video which is on my desktop.
I don't understand why my video is not displayed? I think it's a problem concerning the way?
<div class="wrapper">
<video width="320" height="240" controls>
<source src="../FR-V2.mp4" type="video/mp4">
</video>
</div>