Computer Science, asked by toshirolkr2810, 1 year ago

what is the difference between container element and empty element

Answers

Answered by Rememberful
119

\textbf{Empty Tag }:

These are the tags which have no content inside them.

These tags have only starting tag but no end tags.

For example, <br> tag etc.

\textbf{Container Tag  }:

These tags have content inside them.

They have opening as well as closing tags.

For example, <html> tag, etc.

Answered by agrippa
18

Container tag and empty tag

Explanation:

Container elements need starting and ending tags

E.G <HTML>, <HEAD>, <BODY>

Empty elemets require only starting tag and no ending tag.  

e.g <IMG>, <BR>, < HR>

By using container tag there is no need for multiple data traking codes being placed directly on the site. Instead one code is placed on every page on a site.

Learn More:

What is big data analytics

https://brainly.in/question/4100294

Similar questions