Learn more selectors part-2
Explore and learn a few things...
Attribute selectors:
To select an element, we have different ways of using a group of selectors. It depends on the presence of certain attributes.
a[target] {
background-color: yellow;
}
we can make a selection ba...
linkedin.dev2 min read