This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mcarman
/
React_Client_App_Access
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
84 MiB
TypeScript
73.5%
CSS
24.9%
JavaScript
1.1%
HTML
0.5%
Tree:
93fc9f155b
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '93fc9f155b'
${ noResults }
React_Client_App_Access
/
node_modules
/
eslint-plugin-jsx-a11y
/
docs
/
rules
/
html-has-lang.md
311 B
Raw
Blame
History
html-has-lang
elements must have the lang prop.
References
Deque University
Rule details
This rule takes no arguments.
Succeed
<html lang="en"> <html lang="en-US"> <html lang={language}>
Fail
<html>