InstruçÔes

Passo 13

No primeiro tr, adicione um elemento th com o texto Cash This is the cash we currently have on hand.. Envolva todo esse texto, exceto Cash , em um elemento span com a class definida como description. Depois disso, adicione trĂȘs elementos td com os seguintes textos (em ordem): $25, $30 e $28. DĂȘ ao terceiro elemento td a class com o valor de current.

O que fazer:

Testes:

  • O primeiro `tr` deve ter um elemento `th`.
  • Seu elemento `th` deve conter o texto `Cash This is the cash we currently have on hand.`
  • VocĂȘ deve envolver o texto `This is the cash we currently have on hand.` em um elemento `span`.
  • O elemento `span` deve ter o atributo `class` com o valor `description`.
  • VocĂȘ deve ter trĂȘs elementos `td`.
  • O primeiro elemento `td` deve ter o texto `$25`.
  • O segundo elemento `td` deve ter o texto `$30`.
  • O terceiro elemento `td` deve ter o texto `$28`.
  • O terceiro elemento `td` deve ter o atributo `class` com o valor `current`.

Preview