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, ∼2296🔥, 0💬
Popular Posts:
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
How to use the "forward-request" Policy Statement to call the backend service for an Azure API servi...
How to how to use matched string and groups in replacements with re.sub()? When calling the re.sub()...
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...
Where can I download the EPUB 2.0 sample book "The Metamorphosis" by Franz Kafka? You can following ...