display | The characteristics of | Wide high | margin/padding |
---|---|---|---|
block | Occupy a line of the page, followed by multiple block elements wrapped | Can be set | Can be set |
inline | On the same line as other elements, height, line height, and bottom margins cannot be changed. Height is the width of the content text or image, and cannot be changed. | Do not set | Do not set |
inline-block | Displays an element as an inline block element. When this property is set, other inline block elements are arranged on the same line | Can be set | Can be set |