60.5k views
5 votes
What is an HTML tag that consists three elements inside the angle brackets? What are they used for?

User Vytsalo
by
5.6k points

1 Answer

2 votes

Answer:

If the HTML tag consists of more than 1 element in the angle bracket then there should be attributes in the tag.

Step-by-step 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.

User Unapedra
by
5.2k points