HTML Elements
An HTML file is made of elements. These elements are responsible for creating web pages and define content in that webpage.
An element in HTML usually consists of a start tag <tag name>, close tag </tag name> and content inserted between them. Techni...
anupamkumarkrishnan.hashnode.dev4 min read