HTML Element
A webpage is made of lots of elements and defines the content of any Web Page. It generally starts with the tags called opening and closing tags.
<Tag> -- This is opening tag
</Tag> -- This is closing tag
A self-closing tag in HTML is a kind of HT...
vsagar.hashnode.dev2 min read