Suppose we want to change just one link? Would it be better to make a new class with all the same attributes except the color and apply that to the specific link.
> Suppose we want to change just one link? Would it be better to make a new class with all the same attributes except the color and apply that to the specific link.
Why copy the attributes? Just override the one you want to change. You can even use style="…" if you're sure that it's just one link.
Suppose we want to change just one link? Would it be better to make a new class with all the same attributes except the color and apply that to the specific link.