Way to find all unused classes and IDs in HTML
P粉919464207
P粉919464207 2023-09-01 13:39:35
0
1
484
<p>I have many classes and IDs in my long HTML that don't have CSS code associated with them, and it would be tedious to look up each one to see if they are related. </p> <p>I want to remove all unnecessary classes and IDs. Is there an easy way to do this? </p>
P粉919464207
P粉919464207

reply all(1)
P粉898107874

Chrome Developer Tools There is an audit tab that shows unused CSS selectors.

The bad thing though, if I remember correctly, is that you need to run it on every page.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template