Home » HTML » HTML Introduction » Question
  1. Which tag is used with JavaScript?
    1. <article>
    2. <footer>
    3. <canvas>
    4. <table>
    5. None of these
Correct Option: C

<canvas> tag is basically used for graphics via scripting i.e. usually with Java Script (scripting language, basically used to create animations). Other tags like <table>, <article>, <footer> can be used simply with HTML.



Your comments will be displayed only after manual approval.