HTML refers to Hypertext Markup Language. It is a simple and elegant way to structure content.
HTML Stucture
The structure of HTML basically consists of a head section and a body section. <head> contains the metadata like title, links, references, etc. <body> basically consists of the contents that are seen on the viewport.
HTML Elements
HTML Tags
Html elements have an opening and closing tags.
HTML Attributes
HTML attributes are used to provide extra informations about the contents of an HTML element.