<!DOCTYPE html>
<html>
<body>
<h1>The template element</h1>
<p>Content inside a template tag is hidden from the client.</p>
<template>
<h2>Flower</h2>
<img src="https://s3.ap-south-1.amazonaws.com/s3.studytonight.com/tutorials/uploads/pictures/1585800204-71449.jpg" width="214" height="204">
</template>
</body>
</html>