When will an tag not inherit color attribute of parent tag?

Just an addendum to the other responses, if you want your <a> tags to inherit the colour from their parent you can use

a {color: inherit; }

Leave a Comment