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, ∼1820🔥, 0💬
Popular Posts:
Where to find tutorials on EPUB file format? I want to know how to create EPUB books. Here is a larg...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...
How to use the "return-response" Policy statement to build the response from scratch for an Azure AP...