I read somehwere but forgot

i remember it said of this element that i does not even have a closing tag. different than self closing now.

You mean an empty element. What exactly are you asking?

It just has no closing tag at all but it’s a regular element

It helps if you provide code that explains the issue you are working on.

What are you trying to do? What have you tried? What does your code look like?

For some reason I just remember reading it wonder ponder upon it. Do you guys recall any element that is ok being unclosed?

Hey @Sundance,

<input type="submit" value="Submit">
Input tag element

Or there is also the image element:

<img src="smiley.gif" alt="Smiley face">
Img tag element

These are the first two ones that come up in my mind but there are others.
Hope it helps you :slight_smile:

Happy Coding :man_technologist:

When I put “html no closing tag” into Google, I get results for empty elements, self closing tags, and singleton elements. Were any of the results on Google what you are thinking of?