[amp_mcq option1=”inline-block” option2=”list-item” option3=”group” option4=”none” correct=”option2″]
The correct answer is B. list-item.
The list-item display property is used internally by browsers to create list items. It is of no practical value to web designers.
The inline-block display property is used to display an element as a block-level element that is inline with other elements.
The group display property is used to group elements together. It is similar to the div element, but it does not create a new block formatting context.
The none display property is used to hide an element. It does not create a new block formatting context.