Multiple choice technology web technology

HTML page a web component

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

An HTML page is not itself a web component. Web components are custom, reusable HTML elements with encapsulated functionality (custom elements, shadow DOM, HTML templates). A regular HTML page may contain web components, but the page itself is a document, not a component.