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, ∼2531🔥, 0💬
Popular Posts:
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-b...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How to use the "@(...)" expression in Azure API Policy? The "@(...)" expression in Azure API Policy ...