Computer Science, asked by navya622, 11 months ago

differentiate between container and empty elements with examples

Answers

Answered by mohmmedsufiyanali19
5
plz plz mark as brainlist

There are two types of tag : 1. Container tag and 2. Empty tag

A container tag is one which has to be closed and an empty tag does not need to be closed. The container tag always wraps around text or graphics. Empty tags do not have to be wrapped around text and do not require a closing.

mohmmedsufiyanali19: mark as brainlist
Answered by Anonymous
6
THE TAG THAT HAVE BOTH AN OPENING TAG AS WELL AS CLOSING TAG IS KNOWN AS CONTAINER TAG OR CONTAINER ELEMENT.

EX :-- <HTML> </HTML>
<HEAD> </HEAD>.

A TAG THAT HAVE ONLY OPENING TAG BUT NOT CLOSING TAG IS KNOWN AS EMPTY TAG OR EMPTY ELEMENT.

EX:--- <BR>.
<HR>

HOPE IT HELP YOU.




Similar questions