0 votes
in HTML by
Do all HTML tags have an end tag?

1 Answer

0 votes
by

No. There are some HTML tags that don't need a closing tag. For example: <image> tag, <br> tag. More details.

...