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, ∼1952🔥, 0💬
Popular Posts:
How to access Request body from "context.Request.Body" object in Azure API Policy? Request body is t...
How to add request query string Parameters to my Azure API operation 2017 version to make it more us...
What are "*..." and "**..." Wildcard Parameters in Function Definitions? If you want to define a fun...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...