Content below is formatted using a <div style=...> to format the text size and color, and <br> for the line breaks:
words
words
words
words
This content uses the exact same div styling but <p> and </p> for the line breaks.
The use of <p> and </p> appears to ignore the div formatting and centers the text.
I started this line with <p> and now it's centered.
Now I'm using the same style formatting as the above div but as <p style=...> Why is this text centered?