HTML element
an HTML element is defined as starting tag, content and ending tag
let us see some examples of elements with different tags:
<h1> Hello world </h1>
<p> this is a paragraph </p>
some elements don't have content these elements are called empty elem...
krutheesh7.hashnode.dev2 min read