Computer Science, asked by amanatk574, 3 months ago

How are empty elements different from container elements? Give example.​

Answers

Answered by vijay200789
2

Answer:

Empty tags are different from container elements because empty element does'n have a wrapped around text and the don't require any closing but whereas container tags are required to fill each and every thing in a container and it also need to be closed otherwise it will not be implement in the webpage

EXAMPLE of container tag

</title>

</head>

EXAMPLE of Empty Tag

<img>

<link>

Similar questions