H57 (Pass): Using language attributes on the html element

HTML Snippet Code
Scenario 1: Page has Lang attribute
View Example <!DOCTYPE html> <html id="divPrw" lang="en"><head> <title>Lang attribute is provided</title> </head> <body> <h1 style="font-size:17px">Below link redirects to deque</h1> <a href="http://www.deque.com" aria-label="Deque" /><img src="../../../Resources/Images/Deque.png" alt="" /></a> </body></html>