1 <table> 2 <thead> 3 <tr> 4 <th id="first_header" style="text-align:left;"> First Header </th> 5 <th id="second_header" style="text-align:left;"> Second Header </th> 6 </tr> 7 </thead> 8 9 <tbody> 10 <tr> 11 <td style="text-align:left;"><p>Row 1 Cell 1 </p></td> 12 <td style="text-align:left;"><p>Row 1 Cell 2 </p></td> 13 </tr> 14 15 <tr> 16 <td style="text-align:left;"><p>Row 2 Cell 1 </p></td> 17 <td style="text-align:left;"><p>Row 2 Cell 2 </p></td> 18 </tr> 19 20 </tbody> 21 </table>