Void Element

Types of Elements in HTML - Inline vs Block Level vs Empty-Void

Created: 2022-09-08
Tags: #permanent


<img src="https://raw.githubusercontent.com/mdn/beginner-html-site/gh-pages/images/firefox-icon.png">

An element that doesn't need a closing tag.

<img> element doesn't need a closing tag.