Junior
Is it necessary to close single tags like <br /> or <img /> in HTML5?
sobes.tech AI
Answer from AI
No. In HTML5, it is not necessary to close single tags such as <br> or <img>. The slash at the end, as in <br /> or <img />, is XHTML syntax for self-closing tags and is valid in HTML5 only for backward compatibility or developer preference.