Which value allows elements to begin on the same line and have adjustable width and height?
width
height
display: inline-block;
display: block;
display: inline;
display: none;
display: inline-block;.