Use lowercase element names

Use lowercase element names Bad Practice
Use lowercase element names Best Practice

Technically, you can use WhaTeveR FonT CasE you LIKE. HTML accepts mixing lowercase and uppercase letters in code. But let's admit that it looks horrible. A consistent, neat, and well-organized HTML markup makes it easier for everyone to read and understand your code. Stick to lowercase formatting as it is more legible and more popular among developers.

<?xml version="1.0" encoding="utf-8"?>