Posts by jpg • 1 point
1 post
-
0
votes1
answer685
viewsQ: How to color cells from a table with Javascript?
I’ve done the table code, but I don’t know how to color the columns. <script> window.onload = function tabela(){ var lin = prompt("linha"); lin = parseInt(lin); var col = prompt("coluna"); col…
javascriptasked jpg 1