with-equals.html 448 B

123456789101112131415161718192021
  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. <tbody>
  9. <tr>
  10. <td style="text-align:left;"><p>Row 1 Cell 1 </p></td>
  11. <td style="text-align:left;"><p>Row 1 Cell 2 </p></td>
  12. </tr>
  13. <tr>
  14. <td style="text-align:left;"><p>Row 2 Cell 1 </p></td>
  15. <td style="text-align:left;"><p>Row 2 Cell 2 </p></td>
  16. </tr>
  17. </tbody>
  18. </table>