Html stands for hypertext markup language
It's a language which consists of a series of elements.
These elements tell the browser how to display the content.
Each element label pieces of content such as heading, paragraph, etc.
Attributes provide additional information about elements.
They are written inside the start tag.
They are written in name="value" Pairs
Example
<p title="Paragraph "> This is a paragraph</p>