HTML page එකකට audio file add කරන tag එක මොකක්ද?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
<audio controls>
<source src=”horse.ogg” type=”audio/ogg”>
<source src=”horse.mp3″ type=”audio/mpeg”>
Your browser does not support the audio element.
</audio>
menna code eka😁👌
<audio>
<source src=”your_Audio.mp3″ type=”audio/mpeg”>
</audio>
<audio controls>
<source src=”audio.mp3″ type=”audio/mpeg”>
</audio>
me link ekath balanna.
https://www.w3schools.com/tags/tag_audio.asp
Hi,Sanjaya tag එක<audio>, මේකට attribute එහෙමත් දෙන්න පුලුවන්, වැඩි විස්තර ඔනිනම් මේ සයිට් එකෙන් බලන්න https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio
example –
<audio controls>
<source src=”horse.ogg” type=”audio/ogg”>
<source src=”horse.mp3″ type=”audio/mpeg”>
</audio>
meka site eka refer karanna html igena ganna. godak lesi wei basics wala indalama igena ganna
https://www.w3schools.com/
දීලා තියෙන ඔක්කොම උත්තර හරි.මට දෙන්න එකක් නෑ 🤭👍
ow matath 😑
<audio controls>
<source src=”horse.ogg” type=”audio/ogg”>
<source src=”horse.mp3″ type=”audio/mpeg”>
</audio>
<audio>
<source src=”your_Audio.mp3″ type=”audio/mpeg”>
</audio>
oyata ona deyak thiyenawanam me site eke cheak karanna meke godak dewal thiyenawa naththan codehero ekata enna😁https://www.w3schools.com/