FrontendDeveloper.in

CSS question 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.
Back to all CSS questions
Get LinkedIn Premium at Rs 399