How to determine CSS classes utilized on a document,
Code: Select all
<font class="specific_class">Font</font>
I imagine opening the file, reading line by line, storing all classes found in an array and then printing the array. Do not know how to do that but know it could be done with PHP.
Thanks