I have a question regarding grouping html tags under one class name if possible.
For example I wanted to define <h1> <h2> <h3> <h4> but not for the whole site.
I tried like this below but it this does not work.
Code:.stylename h1, h2, h3, h4 {color:#FFF;}What am I doing wrong?Code:<div class="stylename"> <h1>I want to be #FFF color</h1> <h2>Me too</h2> </div>
thanks in advance.








Bookmarks