Computer Science, asked by Harjas123, 1 year ago

Write the difference between empty and container tag. Also write two examples for each.

Answers

Answered by Anonymous
135
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.
Answered by siddhartharao77
34
Container tag -  Tag with opening and closing.

Ex : <a></a>
       </head></head>


Empty - Tag with only opening.

Ex : </br>
      
Similar questions