According to the HTML5 specification, there are 15 empty tags, these are also known as self-closing or void tags because they do not have a corresponding closing tag and they cannot contain other elements.
Some common examples of empty tags include <br> , <hr> , <img> , <input> , <link> , and <meta>