Multiple choice technology programming languages

Is HTML page a web component?

  1. True

  2. False

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

Web components are a specific set of web platform APIs (Custom Elements, Shadow DOM, HTML Templates) that create reusable custom elements. An HTML page is a complete document served by a web server, not a reusable component.