Element <h1> my style was defined in the linked CSS only.

Element <h2> style was not defined in the linked CSS or the embedded, so I'm using the default HTML -- ugly

Element <p>, my color style was defined in the linked CSS as blue, but also in the embedded style in the HTML file as red. So the embedded style wins.

Element < p style="green" > , my style was defined in the linked CSS as blue, but also in the embedded style in the HTML file as red, but I have an inline style, so the inline style wins.

NOTE: For the embedded and inline style examples for <p> only changed the color. The font style (monospace) defined in the external CSS did not change!