This tags is controlled by 3 styles: linked, embedded and inline.
The styles conflict with regards to the color, and so the browser has to decide who to follow. An inline style overrules an embedded style and a linked style I am red
I display at 18 pixels because my inline style sets that value
My text displays in small caps because the embedded style sets that value
I get my gray background color and italic formatting from the linked style sheet.
I am displaying in Times Roman from the browser style for font-family.
This tags is controlled by 2 styles: linked and embedded.
The styles conflict with regards to the color, and since an embedded style overrules a linked style I am green
My text displays in small caps because the embedded style sets that value
I get my gray background and italic formatting from the linked style sheet.
I am displaying in Times Roman from the browser style for font-family.