I am encountering an issue with a table that I created. The first row consists of Table Headings, and it seems that the size of the letters in the second row differs from the third row.
<table>
<tr>
<th>1</th>
<th>2</th>
<th>3</th>
</tr>
<tr>
<th>510px x 45px</th> *Letters also seem to be bigger
<th>510px x 45px</th>
<th>510px x 45px</th>
</tr>
<tr>
<th>510px x 37px</th>
<th>510px x 37px</th>
<th>510px x 37px</th>
</tr>
</table>
Attached:
- Image displaying ROW 2
- Image showing ROW 3
Although I copied and pasted the code from Row 3 to Row 2, the problem persists. Can someone provide assistance?