1.

The _________ element is used to render simple graphics such as line art, graphs, and other custom graphical elements on the client side.(a) metadata(b) css(c) canvas(d) artThe question was posed to me during an interview.This interesting question is from HTML5’s Open Media Effort topic in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Right OPTION is (c) CANVAS

To elaborate: Metdata gives data or information of other data. CSS i.e. Cascading Style Sheets is a style SHEET language. Canvas is introduced in HTML5 for providing/drawing graphics. The canvas element is part of HTML5 and allows for dynamic, scriptable rendering of 2D SHAPES and bitmap images.



Discussion

No Comment Found

Related InterviewSolutions