Do all HTML tags have an end tag?
Answers
Answered by
7
Answer:
No there are some html tags that don't need a closing tag
Answered by
6
Hey mate here is your answer hope this will help you
follow me for more answers
Usually the tags used for images, object, and such do not have closing tags. Most of the HTML tags have a start tag and an end tag that tell us that where the element begins and it ends. some of the HTML tags doesn't require for end tag or closed symbol("/"). these kinds of tags called as void elements or empty.
Similar questions