Inline vs Block

Inline

  • Default inline html element example: span

  • Have not any height and width

  • Will not start at new line

Block

  • Default block element example : div

  • Default will have the full width

  • Will start at new line

Inline Block

  • Have width and height

  • Will not start at new line and have full width at default

Last updated

Was this helpful?