I cannot figure out what went wrong with my code. I thought I followed through the instruction, but it didn’t work.
Step 13’s instruction
In your first tr
, add a th
element with the text Cash This is the cash we currently have on hand.
. Wrap all of that text except Cash
in a span
element with the class
set to description
.
Following that, add three td
elements with the following text (in order): $25
, $30
, $28
. Give the third td
element a class
attribute set to current
.
My code:
Cash This is the cash we currently have on hand…
$25
$30
$28