Log in

View Full Version : Are Html Tags Case Sensitive?



pooja escorts
08-07-2021, 06:57 PM
Are Html Tags Case Sensitive?

lishmalinyjames
08-13-2021, 08:38 AM
Since HTML5 isn't case-sensitive, it means that all XHTML tags are the same tag in HTML5. The idea behind HTML5 eschewing case-sensitivity was to make it easier for new web professionals to learn the language.

kumbakonamfc
08-14-2021, 09:13 AM
No. HTML tags are not case sensitive. You can write all HTML tags in lowercase or uppercase and they will be correctly rendered on a browser.