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, ∼1950🔥, 0💬
Popular Posts:
Where to find tutorials on Visual Studio? I want to know How to learn Visual Studio. Here is a large...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to build a PHP script to dump Azure AD 2.0 Authentication Response? If you are use the Azure-AD-...
How to use the "find-and-replace" Policy Statement for an Azure API service operation? The "find-and...
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...