HTML5 Question: Download HTML5 PDF

Explain What are the New Media Elements in HTML5? is canvas element used in HTML5

Tweet Share WhatsApp

Answer:

Below are the New Media Elements have added in HTML5
Tag Description
<audio> For multimedia content, sounds, music or other audio streams
<video> For video content, such as a movie clip or other video streams
<source> For media resources for media elements, defined inside video or audio
elements
<embed> For embedded content, such as a plug-in
<track> For text tracks used in mediaplayers

yes we can use Canvas element in html5 like <canvas></canvas>

Download HTML5 PDF Read All 23 HTML5 Questions
Previous QuestionNext Question
Tell me Do you know New Input Type Attribute in HTML5Explain How many New Markup Elements you know in HTML5