HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

template

Description

The template element for HTML 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>

Attributes

Global

Examples