1.

Which element is a placeholder inside web component?(a) (b) (c) (d) I got this question in an international level competition.My doubt is from HTML5 Semantics topic in portion Advance HTML of HTML

Answer»

The correct choice is (c)

Easiest EXPLANATION: <SHADOW> is obsolete PART of web component used to shadow DOM. The obsolete part of web components is . ELEMENT in HTML is a part of Web Components technology suite. It is a placeholder inside web component that you can fill with own markup that lets you create separate DOM TREES and present them together. is one of part of web components, used to custom DOM elements.



Discussion

No Comment Found

Related InterviewSolutions