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, ∼2718🔥, 0💬
Popular Posts:
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
How to add request query string Parameters to my Azure API operation 2017 version to make it more us...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...