Is HTML page a web component?
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.