How to change color for whole table | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to change color for whole table

23rd May 2017, 2:21 AM
Tufail Bakshi
Tufail Bakshi - avatar
3 Respuestas
+ 1
study some css dude that's one of the simplest things to do. i just realized you just started the html course. don't mind this things right now, later on you try the css course and you'll learn all of this
23rd May 2017, 2:25 AM
Welliton Malta
Welliton Malta - avatar
0
thanks bro
23rd May 2017, 12:46 PM
Tufail Bakshi
Tufail Bakshi - avatar
0
as Will said css is an easier way to define those visual but in early html you can use bgcolor inside your table tag like below <table bgcolor="yellow"> <tr> <th>Month</th> <th>income</th> </tr> <tr> <td>January</td> <td>$5000</td> </tr> </table>
28th May 2017, 8:04 PM
Ashkan Saberi
Ashkan Saberi - avatar