How to display list items inline and remove the bullet
When using list items in HTML to create a horizontal list (for example in a horizontal menu) you need to display the list items not vertically which is standard, but horizontally. You will probably also want to remove the bullet. This is how you do it. To display the list horizontally, use CSS display: inline […]