Boxes:
block
boxes:
width
and height
properties are respected.width
is not specified, the box will extend in the inline direction to fill the
space available in its container. In most cases, the box will become as wide as its container,
filling up 100% of the space available.inline
boxes:
width
and height
properties will not apply.Part one Part two
Part three Part four
Paragraph #1
Paragraph #2
Paragraph #3
I am a paragraph. A short one.
I am another paragraph. Some of the words have been wrapped in a span element.
I am a paragraph. Some of the words have been wrapped in a span element.
I am a paragraph. A short one.
I am another paragraph. Also a short one.
Top → Right → Down → Left
I am paragraph one.
I am paragraph two.
I am a paragraph and this is a span inside that paragraph. A span is an inline element and so does not respect width and height.
I am a paragraph and this is a span inside that paragraph. A span is an inline element and so does not respect width and height.