Home » HTML » Html miscellaneous » Question
  1. Which element is not a scripting element?
    1. <script>
    2. <picture>
    3. <canvas>
    4. <noscript>
    5. 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.



Your comments will be displayed only after manual approval.