What are tags, Element and attributes in HTML?
HTML Tags
HTML Tags are used to mark up the start of an HTML element and they are usually enclosed in angle brackets.
Ex: <h1> </h1> --> Heading tag
<h1> --> Opening tag
</h1> --> Closing tag
HTML tags are almost like keywords where every singl...
biswojitbalhashnode.com1 min read