Style Name Description
portlet-section-header Section Header.  This is generally the portlet title or name.  It is not, however, the portlet chrome.

Examples:

Tag HTML Code Display
<h1>

<h1 class="portlet-section-header">
    Section Header
</h1>
                

Section Header

<h2>

<h2 class="portlet-section-header">
    Section Header
</h2>
                

Section Header

<h3>

<h3 class="portlet-section-header">
    Section Header
</h3>
                

Section Header

<div>

<div class="portlet-section-header">
     Section Header
</div>
                
Section Header
<span>

<span class="portlet-section-header">
      Section Header
</span>
                
Section Header