Multiple <li> elements in the same line
css, html
Solution
You may set their display to `inline` or `inline-block`. OR You may float them left.
Problem
I'm making a site for my friend and I wonder if I could put two html `<li>` elements next to the each other? I've got a jsfiddle here.