How can you make the following set of HTML divs
<div id="content1">Content 1</div>
<div id="content2">Content 2</div>
<div id="content3">Content 3</div>
to render in the browser as follows.
Content 1 Content 2 Content 3
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can setup a style as follows.
Then,