⟩ Tell me what are the new media elements that are included in HTML5? Why is canvas used in HTML?
The new media elements include:
☛ <audio>: For multimedia contents, sounds, music, and other types of audio streams.
☛ <video> : For multimedia contents that include video clips, movies or any other types of video streams.
☛ <source>: To define the media sources of various media elements that are defined inside the webpage as audio and video media.
☛ <track>: To define the text tracks that are used in different media players such as mp3 players.
☛ <canvas>: We can use canvas element in HTML so as to add various elements together.