How I change the color of table fonts/ contents with inline CSS [duplicate]

I Think So this is the best way..

 <tr style="color: yellow">
     <th>Name</th>
     <th>Subject</th>
     <th>Class</th>
  </tr>

Leave a Comment