Should I Consider Old Versions?

Hello. I was thinking about void elements. Should we consider the older versions of HTML when coding? I mean, like putting a slash(/) end of the void element. I read about it. Usually, they say it doesn’t have to be like that.

Should I consider older browser versions or older HTML versions when coding a web page?

Hey,

HTML5 Browser Support

How to teach old browser to support HTML5
https://www.w3schools.com/html/html5_browsers.asp

1 Like

That isn’t older HTML versions, the closing slash being mandatory is XHTML. It’s incredibly unlikely you’d manage to find a browser where it would cause an issue (unless you explicitly set the doctype of the HTML page to be XHTML instead of HTML)

1 Like