PDA

View Full Version : Is HTML case-sensitive?



juliaalan
06-12-2020, 07:04 AM
Is HTML case-sensitive?

logosoukignite
06-12-2020, 09:01 AM
Generally, HTML is case-insensitive, but there are a few exceptions. Entity names (the things that follow ampersands) are case-senstive, but many browsers will accept many of them entirely in uppercase or entirely in lowercase; a few must be cased in particular ways.

godwin
06-19-2020, 04:22 AM
HTML is Not Case Sensitive
HTML tags are not case sensitive: <P> means the same as <p> . ... At W3Schools we always use lowercase tag names.

jayam
06-19-2020, 09:15 AM
HTML is Not Case Sensitive
HTML tags are not case sensitive: <P> means the same as <p> . ... At W3Schools we always use lowercase tag names.

davidweb09
06-23-2020, 10:27 PM
HTML language is not case sensitive. But for professional looking coding we choose lower case. https://www.omvillas.com/