When using the inline-block value of the display property in CSS, you must also specify the clear property in order to stop the elements displaying inline-block. Group of answer choices True False code example
Example: make div tag inline
<div class="inline">1<br />2<br />3</div>
<div class="inline">1<br />2<br />3</div>
<div class="inline">1<br />2<br />3</div>
<br class="clearBoth" /><!-- you may or may not need this -->