+ 5
What is HTML video tag?
5 Antworten
+ 7
video tag is used to play videos.
like on that way;
<video controls>
<source src="link" type="mp4/video"/>
<source src="2ndLink" type="mp4/video"/>
</video>
source is used to attach multiple files.
+ 3
video is a tag for playing videos.
More details are at:
https://www.w3schools.com/html/html5_video.asp
+ 2
Html video tags allow you to play videos in your website.
Theres a short documentation type, walkthrough available at w3schools;
https://www.w3schools.com/html/html5_video.asp
+ 1
Nothing but a tag in which you can show video 😉
+ 1
Is used to add video to html.