Can I specify multiple classes on an html tag
satya - Thursday, April 14, 2011 11:29:38 AM
You can do something like this
<p class="quote3 attention">
"This is a quote that is green."
</p>
satya - Thursday, April 14, 2011 11:30:39 AM
when executed it will look like
"Thanks! I hope that you will give some other books in Polish."
it is italicized because of class "quote3" and turned green because of class "attention".