Html – How do I choose multiple selectors for a single style in CSS
So, I am a beginenr and I wrote a set of styles like: .heading-background .author-class .publish-time{ border: 2px solid black; } In index.html I have 3 different heading elements with these different classes; heading-background, author-class and publish-time. I want a…