Skip to main content
Sorry, we couldn't find that HTML guide.

HTML Guide

Attribute “isolang” not allowed on element “html” at this point.

Instead of using the isolang attribute to define the language of the document, you can use lang with an ISO 639-1 two character code.

For example, for Portuguese:

<html lang="pt">

Learn more:

Related W3C validator issues