4.7 goes over priority cascading. CSS within HTML file lines have priority over an external cascading sheet.
This paragraph applies the external and embedded styles — note how the blue text color that is configured in the embedded styles takes precedence over the black text color configured in the external style sheet.
Inline styles configure this paragraph to have red text and take precedence over the embedded and external styles.