W3docs

display

CSS Property:

Result:

Example of the display property:

CSS Code:

#myDiv {
background-color:#86C2DE;
display:inline;
}

Click the property values above to see the result