-
Which tag is used with JavaScript?
-
- <article>
- <footer>
- <canvas>
- <table>
- 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.