I am facing an issue, might seems stupid
Here is link
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p style="color:#fff">P: 888/987-1144</p>
</body>
</html>
So in IE 11 the color of number is blue. I want to change it , when tried with inline css. It does not affect.
Any Help?