Accessibility Issues

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">