Hello everybody, welcome to our website where you will find
everything for free.
This is
thirtieth video/ tutorial of CSS series which will explain you what is Block
and inline elements CSS.
It is very
simple:
The above
example is of inline element.., and the below example is of block:
Which means, for
vertical arrangement, you can use Block and for horizontal arrangements, you
can use inline element.
However, you
can make horizontal arrangements with block element by using “float” element in
CSS.
Just see the
video and you will get it how to use it and when to use these elements.