Web Development Ninjas Question:
Download Questions PDF

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

Ninjas Web Developer Interview Question
Ninjas Web Developer Interview Question

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

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?