Last Updated: February 25, 2016
·
194
· igorpodlawski

Remember about language attribute!

<html lang="en-us">
  …
</html>

From the HTML5 spec:

Authors are encouraged to specify a lang attribute on the root html element, giving the document's language. This aids speech synthesis tools to determine what pronunciations to use, translation tools to determine what rules to use, and so forth.

This #protip comes from http://codeguide.co.