Tools, FAQ, Tutorials:
XHTML Element Name Case Sensitive
Is XHTML Element Name Case Sensitive?
✍: FYIcenter.com
Yes, XHTML element names are case sensitive. All element names
must be written in lower case letters.
Here are some valid and invalid XHTML element names:
Note to HTML document authors: HTML element names are not case sensitive. But XHTML element 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 tags.
⇐ Entering HTML Element Content
2024-04-07, ∼2441🔥, 0💬
Popular Posts:
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...
How to use the "find-and-replace" Policy Statement for an Azure API service operation? The "find-and...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...