Elements, tags and attributes in HTML
Elements - it is defined by a start tag, some content and an end tag.
Syntax- <tagname>content</tagname>.
E.g- <h1>Hello World!</h1>
Tags - HTML tags are like keywords that define how a web browser will format and display the content. And all tags ha...
laksh.hashnode.dev1 min read