HTML Best Practices: Lowercase Tags

Austin Songer
Code The World
Published in
1 min readJan 18, 2017

Although HTML is not case sensitive, using lowercase tags is our preferred pattern. Again, we’re emphasizing readability and consistency.

Examples

Bad:

<DIV class="featured-image"></DIV>

Good:

<div class="featured-image"></div>

--

--

Austin Songer
Code The World

Trusted Veteran | Compassionate. Aspiring. Resourceful.