BioloMICS logo
×
BioloMICS Web Menu

Section header

 
In this example it is shown how to display a text that can be used a header section.
 
 
 
    <br><h3><strong>Strains data</strong></h3> 
 
 
The code placed in a table:
 
<table class="table">
    <thead>
    </thead>
    <br><h3><strong>Strains data</strong></h3>   
    <tbody>
        <tr>
            <td></td>
            <td>
            </td>   
        </tr>
    </tbody>
</table>