HTML Inspector is a browser-based JavaScript code quality tool for checking markup against customizable rules. It was designed to sit between strict W3C validation and having no markup standards at all. The tool can detect questionable HTML patterns, enforce team conventions, and help developers catch structural problems before they become harder to maintain. Its rules are opinionated by default but can be customized or extended to match a team’s own standards. HTML Inspector runs directly...