What does the following code example do? .caption { background-color: #ffffff; }
Sets the background color of the <caption> tag to white Sets the background color of any tag with <caption=”true”> to white Sets the background color of any tag with <class=”caption”> to white Sets the background color of any tag with …
Read more →