View Full Version : Is HTML case-sensitive or case-insensitive?
ferriesthai
07-23-2019, 02:57 AM
Is HTML case-sensitive or case-insensitive?
PrimeItSolution
07-23-2019, 08:50 PM
Tag names for HTML elements may be written with any mix of lowercase and uppercase letters that are a case-insensitive match for the names of the elements given in the HTML elements section of this document; that is, tag names are case-insensitive.
WoodsPainting
07-25-2019, 11:27 PM
XHTML , that is being XML is case sensitive. 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.
tanwirjain
07-26-2019, 12:12 AM
Its not a cs language its a markup language.
PoolMaster
07-26-2019, 11:17 PM
XHTML , that is being XML is case sensitive. 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.
fisherinjurylaw
07-28-2019, 11:03 PM
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.
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.