Generation

fix invalid codeThu, 08 Jun 2023

HTML En tu primer tr, agrega un elemento th con el texto Cash This is the cash we currently have on hand.. Envuelve todo el texto excepto Cash en un elemento span con el class establecido en description. Siguiendo eso, agrega tres elementos td con el siguiente texto (en ese orden): $25, $30, $28. Dale al tercer elemento td un atributo class establecido en current. <tr class="data"> </tr>

<tr class="data"> <th>Cash</th> <td>$25</td> <td>$30</td> <td class="current">$28</td> </tr>

Questions about programming?Chat with your personal AI assistant