Computer Science, asked by rubyjha8288, 1 year ago

differentiate between container tag and empty tag

Answers

Answered by Anonymous
185
In HTML we have two types of tags, categorised as :

1. Empty tag

2. Closing tag or container tag.

In empty tag there is no requirement of the closing element.

Like:
<br> this tag don't requires any closing tag like </br>

In container tag we required to have closing tag.

Like :
<body> this tag should need to have a coating tag </body>

rubyjha8288: thanks
Anonymous: ☺☺
Answered by Salonijha3964
145
container tag : it wrap around the text and graphics .
*it has a closing
Empty tag : it do not wrap around any text and graphics .
*it do not have any closing.

rubyjha8288: thanks
Salonijha3964: u wlc dear
rubyjha8288: ☺☺☺
Similar questions