What text color will elements with the .info class have in the following code snippet?
<p class="info">Information</p>
.info {
color: #FFFFFF;
}
What text color will elements with the .info class have in the following code snippet?
<p class="info">Information</p>
.info {
color: #FFFFFF;
}