What are elements tags and attributes and the difference between them.

Elements: Html elements are a type of HTML document which responsible for creating web pages.

Tags: The Html tag represents a root of HTML documents and it is a container of all HTML elements.

Attributes: It is peace of markup language used to adjust the behavior or display of html elements.