×
×
Correct!
Use the correct CSS border values to create a solid black 3 pixels border on a table element.
table, th, td {
border: @(17); }
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 CorrectClick here to try again. Correct! |
This will reset the score of ALL 106 exercises.
Are you sure you want to continue?