Home » HTML » Html miscellaneous » Question
  1. Which of the following is not a web component element?
    1. <menu>
    2. <content>
    3. <element>
    4. <shadow>
    5. None of these
Correct Option: A

There are web components in HTML related technology which makes it possible to essentially create and use custom elements as if it were regular HTML. You can also create custom versions of standard HTML elements. Some of the elements are <shadow>, <content>, <element>, <template>, <slot>.



Your comments will be displayed only after manual approval.