FrontendDeveloper.in

CSS Track Detail

What is the difference between `inline`, `block`, and `inline-block`?

  • inline: flows with text, width/height mostly ignored.
  • block: starts on new line, full width by default.
  • inline-block: flows inline but accepts width/height.