+ 2

Which tag is used to insert video in html page

4th Mar 2018, 6:18 AM
MUSAVIR AH BHAT
7 Réponses
+ 9
Use the <video> tag here's reference👇: https://www.sololearn.com/learn/HTML/2194/
4th Mar 2018, 6:38 AM
Jaydeep Khatri
Jaydeep Khatri - avatar
+ 3
<a href > </a>
4th Mar 2018, 6:25 AM
Allen Smith
+ 2
The <video> tag
4th Mar 2018, 12:32 PM
Jude Junior
Jude Junior - avatar
+ 1
Inserting video in html Example: <video width=“100” height=“150” controls /autoplay> <source src=“movie.mp4” type=“video/mp4”> </video>
4th Mar 2018, 8:56 AM
Dvn
+ 1
You can also use an "iframe" as well if it's for a YouTube video. Can also bring an entire webpage into your page using iframe.
5th Mar 2018, 2:39 AM
DataBass
DataBass - avatar
0
There are more tags, but the most used is the <video></video> tag
4th Mar 2018, 2:35 PM
Mao
Mao - avatar
0
Instead if <iframe> tag i want to use <video>tag to upload videos in hmtl webpage.is that possible?
7th Oct 2020, 11:46 AM
minal mukarande
minal mukarande - avatar