Day -3 Self-Closing Elements and few basic formatting tags
some elements do not compulsorily have closing tag ,such tags are called self-closing tags
ex-
Line Breaks (<br>)- The <br> tag is used to insert line breaks within text.
It is an inline element and does not require a closing tag.
**Horizontal R...
garimasharmacoder.hashnode.dev3 min read