There is no self-closing tag in html! This statement seems wrong as you may have seen self-closing tags in html, such as <img src="foo.jpg" /> (with /> at the end). However, this is not a concept in html. Let me explain. While HTML looks similar to a permissive XML, it's not XML. As an example, you don't need to open or close all tags. For instance, you can omit the closing tag for some elements such as… [read more]