Currys Interview Question

What is the difference from display:inline and display:block?

Interview Answer

Anonymous

Mar 14, 2018

Display:inline creates element staying in line with adjacents tags, display:block create a new block element on a new line.

2