Posts by Pedro • 11 points
1 post
-
1
votes0
answers21
viewsQ: How can I make a video player without including the video link?
Let’s imagine that I want to create a video player for my website. I would use the following html code <video controls width="250"> <source src="/media/videos/myvid.mp4"…