Missing Lang
Issue
The html element is missing a lang attribute
<html>
Why is it a problem
Screen reader will not pronounce text on page correctly
How to fix it
Add a lang attribute to the html element
<html lang="en">
Accessibility Issues
The html element is missing a lang attribute
<html>
Screen reader will not pronounce text on page correctly
Add a lang attribute to the html element
<html lang="en">