Computer Science, asked by Anupk, 1 year ago

Write the HTML code to set the background color of a cells??

Answers

Answered by himani13
14
(table)
(tr)
(th) month (/th)
(th) Savings (/th)
(tr)
(/tr)
bgcolor ="# FF0000") January (/td)
(td)
Answered by pearlinpraisy2p0bplw
10
<table>
     <tr>
        <th>Mouth</th>
      </tr>
         <td bgcolor="#FF0000">December</td>
       <td bgcolor="#00FF00"$100</td>
     </tr>
 </table>
Similar questions