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, ∼3531🔥, 0💬
Popular Posts:
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...
How to use the urllib.request.Request object to build more complex HTTP request? The urllib.request....