Test the following CSS code:

<style type = "text/css">
p.standout{font-size: 24pt; color:blue;background-color:red};
</style>

<p class = "standout">
To really make it stand out, use a red background
</p>

What background color do you see when displayed by IE? How about Firebox? Explain why.

1 answer

I tried on both IE and Firefox, they both look the same. Perhaps the difference is version specific.