Solved

Identify a Style Rule That Displays Elements in the Chkbx

Question 62

Multiple Choice

Identify a style rule that displays elements in the chkbx class (the check boxes) inline while the elements retain their block element characteristics.


A) .chkbx { display: inline-block;
}
B) .chkbx { : inline-block;
}
C) .chkbx { display: ;
}
D) .chkbx(display) { inline-block;
}

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions