Login
Remember
Register
Ask Kuerp
Questions
Unanswered
Users
Ask a Question
Ask a Question
Write any two ways to add an audio file in a web page using HTML? Explain with sample code
0
votes
78
views
asked
Sep 11
in
Computer Science
by
Amrita
(
8.5k
points)
Write any two ways to add an audio file in a web page using HTML? Explain with sample code
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 11
by
Kunal
(
56.5k
points)
Best answer
I. Using < EMBED > tag
<EMBED SRC = "audio.mp3" >
II. Using <Audio> tag
< AUDIO controls>
<source src="horse.mp3" >
Horse.mp3
</AUDIO>
Please
log in
or
register
to add a comment.
Related questions
0
votes
1
answer
51
views
Write any two ways to add a video file in a web page using HTML? Explain with sample code.
asked
Sep 11
in
Computer Science
by
Amrita
(
8.5k
points)
0
votes
1
answer
147
views
Hemant, a class X Student, is writing HTML code to create ordered and unordered lists for a webpage as follows:
asked
Sep 10
in
Computer Science
by
Amrita
(
8.5k
points)
0
votes
1
answer
322
views
Write an SQL command to remove the Primary Key constraint from a table, named MOBILE. M_ID is the primary key
asked
Sep 14
in
Computer Science
by
Amrita
(
8.5k
points)
0
votes
1
answer
176
views
Aman, a student of Class X, wants to create numbered list in HTML, which of the following tag should he use?
asked
Sep 10
in
Computer Science
by
Amrita
(
8.5k
points)
0
votes
1
answer
207
views
Which tag besides <B> can be used to make the text bold in HTML? A. <strong> B. <dark> C. <fat> D. <I>
asked
Sep 10
in
Computer Science
by
Amrita
(
8.5k
points)
Categories
All categories
English
(23)
Science
(37)
Social Science
(27)
Home Science
(15)
Computer Science
(30)
Other
(3)
Business Studies
(14)
Economics
(13)
Accountancy
(5)
Geography
(5)
...