Computer Science, asked by rudra5876, 1 year ago

difference between container tag and empty tag?​

Answers

Answered by pandey5486
3
Container tag- the tag having its closing tag is called container tag
ex (html) - (/html)
Empty tag -the tag with only opening i...e... no closing tag is called empty tag
ex (br)
Answered by Christianaluo
4

Container tags :-

(i) The tags which are used in pairs is known as container tags.

(ii) These tags have an opening and closing tag.

(iii) These tags have content inside them.

(iv) Eg - <B>............. </B>

Empty tags :-

(i) These tags which are inserted singly not in pair is called empty tag.

(ii) These tags don't have a closing tag.

(iii) These tags don't have content inside them.

(iv) Eg - <IMG>, <BR>

Similar questions