CSS Display
CSS Display
Controls layout. Values: block, inline, none, inline-block.
Example
li { display: inline; }
Click on the "Try it Yourself" button to see how it works.
Try it Yourself »Controls layout. Values: block, inline, none, inline-block.
li { display: inline; }
Click on the "Try it Yourself" button to see how it works.
Try it Yourself »