+ 19
How i can set audio on the webpage in html?
22 ответов
+ 37
Using audio 🔉
+ 13
Try to upload audio first in dropbox 
Then copy it's URL or link 
And paste in ur code 
https://code.sololearn.com/W0lz7wOrE1SX/?ref=app
+ 11
John Thomas don't spam here 
https://www.sololearn.com/discuss/1316935/?ref=app
+ 10
sajid nawaz welcome, 
this q & a feed is for ur programming related question 
https://www.sololearn.com/discuss/1316935/?ref=app
+ 8
Thank you all
+ 6
hello dharti
please follow the bellow link 
(1) 
https://tutorialehtml.com/en/html-tutorial-embed-audio/
(2) <audio src="/wp-content/uploads/flamingos.mp3" controls> 
i hope this will help to you
+ 5
<audio src="/filename.mp3>audio name</audio>
+ 5
<audio src="songname.mp3" controls autoplay loop>song</audio>
This correct and perfect code for playing audio in html
+ 5
Finish is correct. Follow him
+ 5
Dinesh is correct
+ 4
Check that section and you will get an answer
+ 4
Use the audio tag and direct the src to the audio file
+ 4
<audio controls>
<source arc=t audio location>
</audio>
+ 3
im new here
+ 3
To set audio in your web page use this code.
<audio controls>
  <source src="filename.ogg" type="audio/ogg">
  <source src="filename.mp3" type="audio/mpeg">
</audio>
There are two types of audio file format.
Thank You
+ 3
Use the audio tag in this manner
<audio controls>
  <source src="horse.ogg" type="audio/ogg">
  <source src="horse.mp3" type="audio/mpeg">
</audio>
+ 2
<audio controls>
<source src="location of the audio"> 
</audio> 
maybe. I'm also a beginner uwu.
+ 1
Sorry
0
Chat to can u follow me
0
Dharti can u follow me



