×
×
Correct!

Use the correct CSS property to add 15 pixels of space between the cell border and cell content.

The result should look like this:

hello hello hello
hello hello hello
hello hello hello

.table td {
  padding: 15px;
}

Not Correct

Click here to try again.

Correct!

.table td {
  : 15px;
}




×

Reset the Score?

This will reset the score of ALL 106 exercises.

Are you sure you want to continue?



×

Congratulations!

You have finished all 106 HTML exercises.

Share your score:



Get Certified!

Take our HTML Developer Certificate to prove that you have fundamental knowledge of web development using HTML.