leerelementen
Leerelementen, often translated as "empty elements" or "void elements" in web development contexts, are HTML tags that do not require a closing tag. They are self-contained and do not have any content to enclose. Common examples include the image tag `<img>`, which displays an image, and the break tag `<br>`, which inserts a line break. The input tag `<input>` for form elements and the meta tag `<meta>` used for providing metadata are also leerelementen.
The concept of leerelementen stems from the need to represent elements that intrinsically have no content.
Historically, some leerelementen could be written with a trailing slash, such as `<br />` or `<img />`, particularly