×
×
Correct!

Use the correct CSS border values to create a solid black 3 pixels border on a table element.

table, th, td {
  border: 3px solid black ;
}
table, th, td {
  border: solid 3px black;
}
table, th, td {
  border: solid black 3px;
}
table, th, td {
  border: solid 3px black;
}
table, th, td {
  border: 3px black solid;
}
table, th, td {
  border: black 3px solid;
}
table, th, td {
  border: 3px black solid;
}
table, th, td {
  border: 3px solid #000;
}
table, th, td {
  border: solid 3px #000;
}
table, th, td {
  border: solid #000 3px;
}
table, th, td {
  border: solid 3px #000;
}
table, th, td {
  border: 3px #000 solid;
}
table, th, td {
  border: #000 3px solid;
}
table, th, td {
  border: 3px #000 solid;
}
table, th, td {
  border: 3px solid #000000;
}
table, th, td {
  border: solid 3px #000000;
}
table, th, td {
  border: solid #000000 3px;
}
table, th, td {
  border: solid 3px #000000;
}
table, th, td {
  border: 3px #000000 solid;
}
table, th, td {
  border: #000000 3px solid;
}
table, th, td {
  border: 3px #000000 solid;
}
table, th, td {
  border: 3px solid black;
}

Not Correct

Click here to try again.

Correct!

table, th, td {
  border: ;
}




×

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.