Answer:
If the HTML tag consists of more than 1 element in the angle bracket then there should be attributes in the tag.
Explanation:
A HTML tag consists of tag name and then attributes if we want to use them.A HTML tag can consists of more than one attributes.
for example:-
<img src="url" height=40 width=40>
The image tag has more than 1 attributes those are src,height,width.