Introduction
Self-closing tags let you write HTML elements that don't need a separate closing tag. They keep your code neat and simple.
When adding images to a webpage using the <img> tag.
When inserting a line break with the <br> tag.
When adding a horizontal line using the <hr> tag.
When including meta information in the <meta> tag inside the <head>.
When linking to external stylesheets with the <link> tag.