Computer Science, asked by Rohitmayank, 9 months ago

Difference between container and empty tag

Answers

Answered by ramesh4046
1

Answer:

a container is a type of tag that contains html tags

an empty tag is a kind of tag which do not contain any html tag

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) The tags which are inserted singly not in pair are called empty tags.

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

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

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

Similar questions
Math, 9 months ago