The display property specifies the type of box used for an HTML element.
display: value;
p.inline { display: inline; }