+ 17
What are the new media components that are incorporated into HTML5? Is canvas used as a part of HTML?
2 Answers
+ 11
https://www.w3schools.com/html/html5_new_elements.asp
đđđmay this will help
+ 10
The <canvas> tag is used to draw Graphics in HTML along with Javascript. Audio, Embed, Track, Source and Video tags are new media components in HTML.