How to set internal style using identifiers? I want to set style to standard html tags. But I want to restrict the styles to certain keys only, how to do it?
Explanation
When we use universal styles it will set style for all the tags of that type. But many times we will want to set different styles at different positions for the same type of tag. That when we use identifiers. If we use internal styles with identifiers, we have to set the id for the style to take effect.