CSS Tutorial | Inline level vs Block level Elements | Block level | Inline level
Опубликовано: 23 Октябрь 2024 на канале: STUDY BOX
11
0
A block-level element always starts on a new line and takes up the full width available (stretches out to the left and right as far as it can).
An inline element does not start on a new line and it only takes up as much width as necessary.