Validator
npm package | npm downloads | jsdelivr | github |
---|---|---|---|
Semantic HTML linter in just pure CSS way.
How to start
npm i @_nu/html-validator
Or just add the tag below in your html page
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@_nu/html-validator" />
If you just wanna use level1 try
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@_nu/html-validator/level1.css" />
Content
html-validator/css
âââ level1.css // leve1 ã red ã: force validate rules
âââ level2.css // leve2 ã yellow ã: level1.css + suggest validate rules
All valid msg on css prop of content
.
Prior art
@_nu/html-validator
was build on this awesome projects: