0
what is empty tag
<p>
4 Respostas
+ 6
Empty tags are self-closing tags, they do not require to have a closing tag.
Example:-<img>, <br>, <hr>
+ 2
Empty tag did not need to be closed like <img> and <br> or </br> (both are right but it’s better to use the second one)
+ 1
Empty tag only needs opening tag and it doesn't need to close for example <img> , <br> and...