An opening and closing of an HTML tag are called as HTML tag. And the entire code bock from starting of the HTML tag to the ending of a tag is called as HTML element.

HTML tag is just opening or closing entity. For example:

<b> and </b> are called HTML tags


<b>This is a blog text</b> this is HTML element.