CSS Property:
display:

Result:
A span element. mySpan. Another span element.
CSS Code:
span#mySpan {
  background-color:red;
  display:list-item;
}
Click the property values above to see the result
W3Schools.com - Play it