inline-block in css:-
Compare to display: inline and inline-block the major difference is that display: inline-block allows to set a width and height on the elements in html page.
the main difference is that display: inline-block is does not add line-break after the element, so the element can set next to other elements in html.