Pergunta de entrevista da empresa Currys

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

Resposta da entrevista

Sigiloso

14 de mar. de 2018

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

2