Close HTML Script Tag [duplicate]
The concept of self-closing tags is an XML concept. You can’t use them in HTML. (You can use them in XHTML, but only if the document is served with an XML content-type, not if it is served as text/html). In HTML some elements (such as <img>) cannot have any content, so they don’t have end … Read more