How to create a custom element(tag) in HTML5?
Until HTML5 , reusing a piece of html code was not straightforward. Thanks to HTML5 , web components came into picture. Now you can create your own custom components and include them in your HTML code using custom tags. And you can reuse them anywher...
vijaysrj.hashnode.dev1 min read