Asked by Mike

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.

Answers

Answered by MathMate
I tried on both IE and Firefox, they both look the same. Perhaps the difference is version specific.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions