why are lower case alphabets more preffered in html code example
Example: why are lower case alphabets more preffered in html
If you stick with lower case, you'll find it easier to work with the developer tools, because the code you see in the DOM view will be more consistent with the source code you've written. The only relevant parts of specifications say: HTML tag and attribute names are case insensitive.