HTML question detail
What is the role of `lang` on the html element?
<html lang="en"> tells browsers and assistive tools the document language.
It improves pronunciation, translation quality, and accessibility compliance.
HTML question detail
<html lang="en"> tells browsers and assistive tools the document language.
It improves pronunciation, translation quality, and accessibility compliance.