HTML template
• Elements inside the tag are inert:
• Content within the tag are not rendered. You cannot
select it using document.querySelector
•
![]()
won’t fire a request even if has a src
•
and other focusable elements aren’t accessible
using tabs
• Events aren’t attached to elements inside it.