Computer Science, asked by arpitkumarsingh2901, 11 months ago

Differentiate between container and empty element

Answers

Answered by Anonymous
68

Answer -

____________________________________

  • Container tags: Container tag refers to a tag that contain an opening as well as a closing tag. Examples of container tags are <HTML> </HTML>, <HEAD> <HEAD>.

____________________________________

  • Empty tags: Empty tags refers to a tag that contains only an opening tag, such as <BR> and <HR>.

____________________________________

→ Hope it will help you ❣️❣️

Answered by MALIKMS39
5

Answer:

container element: HTML container element requires a starting as well as an ending tags. eg <HTML>, <HEAD>, <BODY>

empty elements: HTML empty elements requires just a starting tag and not a ending tags. eg <IMG>, <BR>, <HR>

Explanation:

Similar questions