konekoya
Hi, I'm Joshua, a Front-end dev from is-land system.
Joshua Lin (@konekoya)
p {
color: red;
}Select all paragraph elements from the DOM and apply the text color
Inline:
Block:
Specificity is the means by which browsers decide which CSS property values are the most relevant to an element and, therefore, will be applied. Specificity is based on the matching rules which are composed of different sorts of CSS selectors.
By konekoya