How can we embed audio in an HTML document ? Give an example to support your answer.
15 Likes
We can embed an audio in an HTML document by using the audio tag. To add an audio file named "ringtone.wav" we can use the following HTML code:
<AUDIO CONTROLS> <SOURCE SRC = "ringtone.wav"> Your browser doesn't support AUDIO element. </AUDIO>
Answered By
8 Likes
What is e-Governance ? Write the names of any two services that can be provided using e-Governance.
What is Internet ? How can we retrieve information from the Internet ?
Define Licensed Software. Write names of any two licensed software.
How can we reduce digital divide ? Give any two points.