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, ∼2439🔥, 0💬
Popular Posts:
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
How to use the "@(...)" expression in Azure API Policy? The "@(...)" expression in Azure API Policy ...
Why I am getting "The Windows SDK version 8.1 was not found" error, when building my C++ application...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...