Back to Cosmos

Normal Flow

code/html/css/Layout/normalflow.html

latest253 B
Original Source

Normal Flow

Block

The elements that appear one below the other are described as block elements

Element 1

Element 2

Element 3

Inline Elements

Appear one beside the other, like the individual words in a paragraph.

Element 1

Element 2

Element 3