Web Components Flashcards

1
Q

slot

A

The HTML element—part of the Web Components technology suite—is a placeholder inside a web component that you can fill with your own markup, which lets you create separate DOM trees and present them together.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

template

A

The HTML element is a mechanism for holding HTML that is not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Web Components

A

Web Components is an HTML-related technology which makes it possible to, essentially, create and use custom elements as if it were regular HTML. In addition, you can create custom versions of standard HTML elements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly