difference between container tag and empty tag?
Answers
Answered by
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)
ex (html) - (/html)
Empty tag -the tag with only opening i...e... no closing tag is called empty tag
ex (br)
Answered by
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