How can I add an attribute to html element in React js. I want to set <html lang="en"> to solve WCAG Level A validation issue.
I added html-element-attributes module but no idea about how to use it.
Anybody please help to get a way to add this lang attribute to html element?
<html>element is managed by React? Without knowing what your setup is it's very difficult to know how to fix this.