1.

What is template tag in HTML

Answer»

What is template tag in HTML
template tag in HTML will HOLDS the CONTENT hidden from the client. This template element holds HTML code without DISPLAYING it. And content inside the < template > tag will not be rendered. And it used when HTML code we want to use over and over again. Below image will HELP you to get syntax of template Tag


Template Tag HTML



Discussion

No Comment Found