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!