---
title: "Explain What are the New Media Elements in HTML5? is canvas element used in HTML5?"  
description: "Explain What are the New Media Elements in HTML5? is canvas element used in HTML5?"  
author: "Anonymous User"  
published: 2012-09-06  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/1517/explain-what-are-the-new-media-elements-in-html5-is-canvas-element-used-in-html5  
category: "html5"  
tags: ["html5"]  
reading_time: 1 minute  

---

# Explain What are the New Media Elements in HTML5? is canvas element used in HTML5?

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 media players.\
\
yes we can use Canvas element in html5 like <canvas></canvas>

## Answers

### Answer by Anonymous User

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 media players.\
\
yes we can use Canvas element in html5 like <canvas></canvas>


---

Original Source: https://www.mindstick.com/interview/1517/explain-what-are-the-new-media-elements-in-html5-is-canvas-element-used-in-html5

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
