Tools, FAQ, Tutorials:
Attribute Name Case Sensitive
Is Attribute Name Case Sensitive?
✍: FYIcenter.com
Yes, XHTML attribute names are case sensitive. You must write all attribute names
in lower case letters.
Here are some valid and invalid attribute names:
Note to HTML document authors: HTML element attribute names are not case sensitive. But XHTML element attribute names are case sensitive. If you are converting existing HTML documents to XHTML documents, you will get a lots of syntax errors about upper case letters used in HTML attributes.
⇒ Quoting HTML Element Attribute Values
⇐ Writing HTML Element Attributes
2023-09-23, 1552🔥, 0💬
Popular Posts:
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...
How to use 'choose ... when ..." policy statements to control execution flows? If you want to contro...
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to b...
How to use "xml-to-json" Azure API Policy Statement? The "xml-to-json" Policy Statement allows you t...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...