CSS: What is the proper way to deal with multiple classes of Text
        Posted  
        
            by DavidR
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DavidR
        
        
        
        Published on 2010-05-26T05:53:49Z
        Indexed on 
            2010/05/26
            6:01 UTC
        
        
        Read the original article
        Hit count: 300
        
So I'm on commission for a website, and I'm trying to improve my code. When dealing with a website with multiple types of font (here it's large, there it's small, there it's bold, here it's underlined, etc.) is this where we use the h1-h6, or do we reserve those for times when there is a definite hierarchy, using instead <p class="xxx"> to define different classes for text?
© Stack Overflow or respective owner