-
Which element is not a scripting element?
-
- <script>
- <picture>
- <canvas>
- <noscript>
- None of these
Correct Option: B
For creating dynamic content and web applications HTML uses scripting languages. <canvas>, <script>, <noscript> are certain elements that support this capability. <picture> element is for embedding the content.