Given this HTML:

<div>foo</div><div>bar</div><div>baz</div>

How do you make them display inline like this:

foo bar baz

not like this:

foo
bar
baz

20 Answers
20

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *