How do I change the text color for a specific piece of text when I have a text color set inside the body tag. It doesn't seem to work. Am I doing something wrong or is there a better way of going around this?
<body style="background-color: black; color: white">
<p>Hello!</p>
Hope this wasn't confusing as I am not the best at explaining things!