InstruçÔes
Passo 15
No terceiro elemento
tr, adicione um elemento th com o texto Savings Funds set aside for emergencies.. Envolva esse texto, exceto Savings , em um elemento span com o atributo class definido como description.
Depois disso, adicione trĂȘs elementos td com o seguinte texto (em ordem): $500, $650, $728. DĂȘ ao terceiro elemento td a class com o valor de current.
O que fazer:
Testes:
- O terceiro `tr` deve ter um elemento `th`.
- Seu elemento `th` deve conter o texto `Savings Funds set aside for emergencies.`
- VocĂȘ deve colocar o texto `Funds set aside for emergencies.` dentro de 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 `$500`.
- O segundo elemento `td` deve ter o texto `$650`.
- O terceiro elemento `td` deve ter o texto `$728`.
- O terceiro elemento `td` deve ter o atributo `class` com o valor `current`.
Preview