inline-block
list-item
block
inline
Answer is Wrong!
Answer is Right!
The correct answer is D. inline.
The display property specifies the type of box that an element generates. The inline value treats the element as an inline box. Inline boxes are displayed one after another on the same line. They can be floated, but they cannot be absolutely positioned.
The inline-block value treats the element as an inline box that can be floated and absolutely positioned.
The list-item
The block value treats the element