large.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. <th id="third_header" style="text-align:left;"> Third Header </th>
  7. <th id="fourth_header" style="text-align:left;"> Fourth Header </th>
  8. </tr>
  9. </thead>
  10. <tbody>
  11. <tr>
  12. <td style="text-align:left;"><p>Row 1 Cell 1 </p></td>
  13. <td style="text-align:left;"><p>Row 1 Cell 2 </p></td>
  14. <td style="text-align:left;"><p>Row 1 Cell 3 </p></td>
  15. <td style="text-align:left;"><p>Row 1 Cell 4 </p></td>
  16. </tr>
  17. <tr>
  18. <td style="text-align:left;"><p>Row 2 Cell 1 </p></td>
  19. <td style="text-align:left;"><p>Row 2 Cell 2 </p></td>
  20. <td style="text-align:left;"><p>Row 2 Cell 3 </p></td>
  21. <td style="text-align:left;"><p>Row 2 Cell 4 </p></td>
  22. </tr>
  23. <tr>
  24. <td style="text-align:left;"><p>Row 3 Cell 1 </p></td>
  25. <td style="text-align:left;"><p>Row 3 Cell 2 </p></td>
  26. <td style="text-align:left;"><p>Row 3 Cell 3 </p></td>
  27. <td style="text-align:left;"><p>Row 3 Cell 4 </p></td>
  28. </tr>
  29. <tr>
  30. <td style="text-align:left;"><p>Row 4 Cell 1 </p></td>
  31. <td style="text-align:left;"><p>Row 4 Cell 2 </p></td>
  32. <td style="text-align:left;"><p>Row 4 Cell 3 </p></td>
  33. <td style="text-align:left;"><p>Row 4 Cell 4 </p></td>
  34. </tr>
  35. <tr>
  36. <td style="text-align:left;"><p>Row 5 Cell 1 </p></td>
  37. <td style="text-align:left;"><p>Row 5 Cell 2 </p></td>
  38. <td style="text-align:left;"><p>Row 5 Cell 3 </p></td>
  39. <td style="text-align:left;"><p>Row 5 Cell 4 </p></td>
  40. </tr>
  41. </tbody>
  42. </table>