Web Development Ninjas Question:

Do you know what are the new image elements in HTML5?

Tweet Share WhatsApp

Answer:

Canvas and WebGL. <Canvas> is a new element that acts as a container for graphical elements like images and graphics. Coupled with JavaScript, it supports 2D graphics. WebGL stands for Web Graphics Language, a free cross-platform API that is used for generating 3D graphics in web browsers.

Download Ninjas Web Developer PDF Read All 58 Ninjas Web Developer Questions
Previous QuestionNext Question
Tell me what is the difference between detach() and remove() methods in jQuery?Tell me what’s the difference between standards mode and quirks mode?