HTML documents should have a valid IETF’s BCP 47 lang attribute.
Screen readers require a specified language to function correctly. Without it, they default to the user’s set language, causing issues for multilingual users. Specifying a valid language ensures correct pronunciation and a less confusing experience.
Add a lang attribute with a valid IETF BCP 47 value.
<html></html>
<html lang="en"></html>