Hey this is me and who are you?

Above you can see this i applied inline and id property style but apply only inline style because inline style has more specificity value than id.

Universal Selector * Specificity Value (0)

Element Selector h1 Specificity Value (1)

Class Selector .h1,p Specificity Value (10)

Id Selector #title Specificity Value (100)

Inline Style Specificity Value (1000)