33 lessons
The Certificate
The inline value of the display property causes an element to behave as though it were an inline-level element, like a <span> or an <a> element.
Refer to the code example below to better understand the concept.
p { display: inline; } ul li { display: inline; }