HTML&CSS - Inline over style

by Code_Garage

HTML

<style>
p {
color: blue;
}
</style>

<p style="color: pink;">Hello World</p>