I need some help with this issue, it seems pretty basic but I can't seem to find the solution...sorry for asking a beginner question.
Currently, I have multiple HTML elements that share the same CSS classes:
<a class="class1 class2 class3"></a>
Is there a way to specify only one common class for all these elements?
<a href="commonclass"></a>
Thank you in advance!