Find HTML errors and style issues in your code
Static code analysis tool you need for your HTML
htmlhint$ htmlhint index.html$ htmlhint src/**/*.html$ htmlhint --format json mypage.html$ htmlhint --config .htmlhintrc index.html$ htmlhint --rules id-class-value-must-valid *.html