What is an empty Tag? 2mark
Answers
Answered by
1
These are the tags which are opened but need not be closed, and if needed to be closed can be closed in the opening tag itself. For eg: <br> tag is an empty tag without any closing tag, or can be closed within the opening tag itself using <br/>. Empty tags are also known as void or unpaired tags. More.
⭐ITz HeartKillerGirl⭐
Answered by
30
Answer:
The tag which requires only opening not closing in an html document is basically termed as empty tag.
Similar questions