Sachsentext

The document must have a "lang" attribute

The document should have a default langauge, by setting the "lang" attribute in the html element.

Example

Wrong

<html>

Right

<html lang="en">