What is the order of precedence of major tags, such as @page, body, h1, p?
Is it the case that the closer something is to text the higher precedence it has (overriding things farther away)? And, for example in <p class-"xyz"> xyz would override the relevant properties of p.
Also, where can I find the defaults for the tags?
|