TEMPLATE
The template element is used to declare fragments of HTML that can be cloned and inserted in the document by script.
SYNTAX
HTML
<template attribute-name="attribute-value"></template>
The template element is used to declare fragments of HTML that can be cloned and inserted in the document by script.
<template attribute-name="attribute-value"></template>