Currys interview question

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

Interview Answer

Anonymous

14 Mar 2018

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

2