Answers for "what is inline block"

2

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 -->
Posted by: Guest on November-25-2020
1

inline-block

An inline block is placed inline (ie. on the same line as adjacent content), but it behaves as a block. Its inline but we can add width height etc
Posted by: Guest on May-26-2021

Browse Popular Code Answers by Language