Advertisements
Advertisements
प्रश्न
Write any two ways to add an audio file in a web page using HTML? Explain with sample code.
कोड लेखन
उत्तर
-
Using < EMBED > tag <EMBED SRC = "audio.mp3" >
-
Using <Audio> tag < AUDIO controls> <source src="horse.mp3" > Horse.mp3 </AUDIO>
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?