+ 2
How can I add video in a html program easily?
18 Respostas
+ 6
SHREYA MISHRA Bruhh, I am polite. Did I cursed you? Well, Anyways, it's <video> and not <vedio>. Correct it and you are good to gošæ
+ 4
SHREYA MISHRA Ohh, if you want a decent answer then start by describing your exact problem. How can I add video easily? How are we supposed to get an idea that <video> tag is not working for you? Be more specific to get decent answers, else face itšæ
+ 1
I am pretty sure HTML course which you've completed has answer to your question.š
+ 1
Rellot's screwdriver thanks for helping me
+ 1
I need more answers
+ 1
Kindly talk politely and don't worry I AM sharing my code in which I AM having problem
+ 1
A.S. Please tell me how can I add a vedio here
+ 1
Use <video>tag that's it what you need to do
0
Yes but It's not working
I know I have to use the <vedio>tag
If you don't want to answer kindly don't leave these comments š¤Ø
0
@SHREYA MISHRA yeah, this approach is more easier than the standard way of doing it.
https://code.sololearn.com/cF7Umh1Y09wv/?ref=app
"I need more answers"
bruh
"Rellot's screwdriver thanks for helping me"
imagine thanking me instead of getting triggered
0
SHREYA MISHRA the image which link u have given in your code its very weird you can use Dropbox or you can upload your image here
https://imgbb.com/
And copy this link
<img src="https://ibb.co/nCZmP4R">
0
This example code will help you
<video width="400" controls>
<source src="mov_bbb.mp4" type="video/mp4">
<source src="mov_bbb.ogg" type="video/ogg">
Your browser does not support HTML video.
</video>
0
Just add the tag <video>. Also remember to close the tag:)
0
S out of
0
<video controls/autoplay/loop>
<source src="video.mp4" type="video/mp4">
<source src="video.ogg" type="video/ogg">
If one of these two files does not support on your browser, then this text will appear on the browser.
</video>
Sololearn: https://www.sololearn.com/learning/2194/
w3schools: https://www.w3schools.com/html/html5_video.asp
Thank you.
- 1
SHREYA MISHRA paste this link may be your video will workš
<video controls>
<source src="https://dl.dropboxusercontent.com/s/9rlllxku7y53era/video.mp4 ?raw=1"type=video/mp4>
</video>