I want to render this list in a single line.
Should be shown as
*List item2 *List item2
What CSS
HTML code:
Item 1 Item 2 Item 3
CSS code:
ul.list li{ width: auto; float: left; }