HTML < template > tag
Hi!
In this post I will try to check how we could use < template > tag in our project.
As for definition < template > is a container for holding HTML that is not going to be rendered when the page is loaded. We can load it using JavaScript.
So for e...
krzszk.hashnode.dev2 min read