CSS display

Previous Next

Demo of the different values of the display property.

Click the property values below to see the result:

display: inline;
display: block;
display: list-item;

This demo changes the display value for the little blue SPAN element:

Inside this paragraph, we have placed a little blue SPAN element.

This demo changes the display value for the little blue SPAN element:

Inside this paragraph, we have placed a little blue SPAN element.

This demo changes the display value for the little blue SPAN element:

Inside this paragraph, we have placed a little blue SPAN element.

Play more with the code in our Tryit yourself editor: Try it Yourself ❯