Computer Science, asked by PragyaTbia, 1 year ago

Explain Container and empty Tags.

Answers

Answered by afrujaKawsar48
3
hlo mate

here is your answer.

_________________


*container tag always wraps around text or graphics and comes in a set with an opening and an closing.
*empty tag do not have any wrapping around and Do not require a closing tag.

___________________


hope it helps you
Answered by smartbrainz
3

Explanation:

Container tag:

A container tag will wrap around text or graphics all the time and comes in a set with an opening and closing brackets. For instance, every container will have a start and stop tag for closing the container in HTML code.

Empty tags :

However, the empty tag will not have to be wrapped around text and do not need closing brackets. This is used in HTML coding wherein the line of code would stand alone and is not closed with any slash characters. Moreover, it is used for inserting images, lists, Meta tags, breaks, and hyperlinks.

 

Similar questions