Please help! Anybody? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please help! Anybody?

I am having serious problem with the audio, video,progress and even this svg of a thing. I write the code on notepad and when I run it on my browser nothing shows up! P.S I am new to this whole thing so I kindly need help.

9th Jan 2018, 8:32 PM
Ethan Adentan
Ethan Adentan - avatar
11 Answers
9th Jan 2018, 8:45 PM
Scooby
Scooby - avatar
+ 2
<source src....>Video is not supported</source>
9th Jan 2018, 8:40 PM
KrOW
KrOW - avatar
+ 2
basic steps: - create a file and name it test.html (in windows make sure that hide extensions is not activated) - edit this file with a SIMPLE text editor (not MS Word et company) with html code and save it - double click on file or open with browser app
9th Jan 2018, 9:11 PM
KrOW
KrOW - avatar
+ 2
@Nelson Lobo My post was referred to this discussion creator :)
9th Jan 2018, 9:18 PM
KrOW
KrOW - avatar
+ 2
@Passerotto Ferito What you said actually works.But I am wondering how to do it on android.I guess I will figure it out by myself.Any help is welcome as well.👍
9th Jan 2018, 9:26 PM
Dovahkiin
Dovahkiin - avatar
+ 1
P.S. i dont know if you are forget but dont forget principals html tags (html, head and body)
9th Jan 2018, 8:41 PM
KrOW
KrOW - avatar
+ 1
How can you run it in your browser?I can't see a way to run it outside SoloLearn.Unless your page is store in a web server. But i am not sure.
9th Jan 2018, 9:02 PM
Dovahkiin
Dovahkiin - avatar
0
<video controls> <source src="http://www.sololearn.com/uploads/video.mp4" type="video/mp4"> <source src="http://www.sololearn.com/uploads/video.ogg" type="video/ogg"> Video is not supported by your browser </video>
9th Jan 2018, 8:37 PM
Ethan Adentan
Ethan Adentan - avatar
0
<audio controls> <source src="http://www.sololearn.com/uploads/audio.mp3" type="audio/mpeg"> <source src="http://www.sololearn.com/uploads/audio.ogg" type="audio/ogg"> </audio>
9th Jan 2018, 8:38 PM
Ethan Adentan
Ethan Adentan - avatar
0
Status: <progress min="0" max="100" value="35"> </progress>
9th Jan 2018, 8:38 PM
Ethan Adentan
Ethan Adentan - avatar
0
<svg width="2000" height="2000"> <circle cx="80" cy="80" r="50" fill="green" /> </svg>
9th Jan 2018, 8:38 PM
Ethan Adentan
Ethan Adentan - avatar