Understanding HTML Tags and Elements
What HTML is and why we use it
HTML = skeleton of a webpage.
Just like your body needs bones to have structure, a webpage needs HTML to define what exists on the page.
HTML tells the browser:
This is a heading.
This is a paragraph.
This is an imag...
manojdev-4712.hashnode.dev2 min read