Can a <span> element be made to appear in new line without making it a block
element?
I have the following code:
<span class="one">one </span>
<span class="two">two </span>
<span class="three">t hree</span>
<span class="four">fo ur</span>
and I want to achieve the following:
one two
three four
Thanks in advance,
suncho
element?
I have the following code:
<span class="one">one </span>
<span class="two">two </span>
<span class="three">t hree</span>
<span class="four">fo ur</span>
and I want to achieve the following:
one two
three four
Thanks in advance,
suncho
Comment