Question d’entretien chez Currys

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

Réponse à la question d'entretien

Utilisateur anonyme

14 mars 2018

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

2