xxxxxxxxxx
<!-- Example of an empty div tag -->
<div></div>
<!-- Example of an empty span tag -->
<span></span>
<!-- Example of an empty img tag -->
<img src="path/to/image.jpg" alt="">
<!-- Example of an empty input tag -->
<input type="text" name="username" value="">