Is HTML5 tags are case sensitive?
No, HTML is not case sensitive. It means that <P> is the same as <p>. However, W3C advises writing HTML in lowercase especially when working on an XHTML document.
BY Best Interview Question ON 27 Dec 2020