Home » HTML » HTML Media » Question
  1. The _________ element is used to render simple graphics such as line art, graphs, and other custom graphical elements on the client side.
    1. art
    2. metadata
    3. css
    4. canvas
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.