HTML5 Question:
Download Questions PDF

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

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me Do you know New Input Type Attribute in HTML5Explain How many New Markup Elements you know in HTML5