How can I add video in a html program easily? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I add video in a html program easily?

26th Jul 2021, 12:48 PM
SHREYA MISHRA
SHREYA MISHRA - avatar
18 Answers
+ 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🗿
26th Jul 2021, 1:07 PM
Alaska
Alaska - avatar
+ 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🗿
26th Jul 2021, 1:02 PM
Alaska
Alaska - avatar
+ 3
Thanks A.S. andAlaska for your help Now it's working
26th Jul 2021, 1:30 PM
SHREYA MISHRA
SHREYA MISHRA - avatar
+ 1
I am pretty sure HTML course which you've completed has answer to your question.😁
26th Jul 2021, 12:54 PM
Alaska
Alaska - avatar
+ 1
Rellot's screwdriver thanks for helping me
26th Jul 2021, 12:59 PM
SHREYA MISHRA
SHREYA MISHRA - avatar
+ 1
I need more answers
26th Jul 2021, 1:00 PM
SHREYA MISHRA
SHREYA MISHRA - avatar
+ 1
Kindly talk politely and don't worry I AM sharing my code in which I AM having problem
26th Jul 2021, 1:04 PM
SHREYA MISHRA
SHREYA MISHRA - avatar
26th Jul 2021, 1:06 PM
SHREYA MISHRA
SHREYA MISHRA - avatar
+ 1
A.S. Please tell me how can I add a vedio here
26th Jul 2021, 1:27 PM
SHREYA MISHRA
SHREYA MISHRA - avatar
+ 1
Use <video>tag that's it what you need to do
28th Jul 2021, 6:57 AM
Divyanshu Yadav
Divyanshu Yadav - avatar
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 🤨
26th Jul 2021, 12:58 PM
SHREYA MISHRA
SHREYA MISHRA - avatar
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
26th Jul 2021, 12:58 PM
Rellot's screwdriver
Rellot's screwdriver - avatar
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">
26th Jul 2021, 1:22 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
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>
27th Jul 2021, 4:17 AM
Shubham Sawant
Shubham Sawant - avatar
0
Just add the tag <video>. Also remember to close the tag:)
27th Jul 2021, 4:32 AM
Arseni
Arseni - avatar
0
S out of
27th Jul 2021, 2:13 PM
Faisal Iqbal
Faisal Iqbal - avatar
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.
28th Jul 2021, 3:23 AM
Md. Amanat Alam
Md. Amanat Alam - avatar
- 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>
26th Jul 2021, 1:28 PM
A S Raghuvanshi
A S Raghuvanshi - avatar