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, ∼2689🔥, 0💬
Popular Posts:
Where can I download the EPUB 2.0 sample book "The Metamorphosis" by Franz Kafka? You can following ...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
What properties and functions are supported on requests.models.Response objects? "requests" module s...