My introduction in html code
Tag vs Element
Elements" and "tags" are terms that are widely confused. HTML documents contain tags, but do not contain the elements. The elements are only generated after the parsing step, from these tags. Source: wikipedia > HTML_element
An HTML el...
nagulmera9010.hashnode.dev3 min read