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, ∼3381🔥, 0💬
Popular Posts:
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
What validation keywords I can use in JSON Schema to specifically validate JSON Array values? The cu...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...