Use this tag to ask questions related to HTML5 content element. It is used inside shadow DOM to insert distributed nodes.
The HTML <content>
element is used inside of Shadow DOM as an insertion point. It is supposed to be used with Web Components.
<content>
tag can be placed inside shadow DOM which specifies where to distribute light DOM placed inside host element.
It also supports a select
attribute which can be used to selectively pick and distribute certain nodes.