template
Holds HTML that is not rendered but can be cloned via JavaScript.
Description
The <template> element is part of the Scripting category in HTML.
Basic Example
Template content is not rendered until cloned via JavaScript.
Basic template example
<template>...</template>
Attributes
This element supports global attributes.
Accessibility
Accessibility considerations for the <template> element will be documented here.