Quote:
Originally Posted by theducks
How do you know what setting the CSS has in .italic{ } ?
For full paragraphs, I usually give those their own class that has a:
Code:
font-style: italic;
.
|
I've never seen an <i class="italic"> that in the CSS is nothing but font-style: italic;.