Chapter 8: HTML Advanced

Data URIs


Download Text
Data URI Example (Download Text)

Block Elements

This is a <p> block element

Block elements occupy full width
This is a <div> block element
Block element example

Inline Elements

This is an inline <span>
Inline elements occupy only needed width
This is bold inline text
Inline element example

Inline-block Elements

<button> behaves inline-block
<input> behaves inline-block
<textarea> inline-block example