What are the New multimedia elements in HTML 5?
New multimedia elements: <audio> and <video>.
The HTML5 <audio> element is used to embed audio in a web page.
<audio controls>
<source src="song.mp3" type="audio/mpeg">
Your browser does not support the HTML 5 audio element.
</audio>
Similarly, we can use <video> tag to embed video.
Learn more about the similar topics:
| Tutorials |
|---|
| No Content Found. |
| Exercises & Assignments |
|---|
| No Content Found. |
| Interview Questions & Answers |
|---|
| No Content Found. |