what is void element in HTML

elements that dont have content inside are termed void elements.
Ex: <img .... />
unlike <div>content</div>