Chapter 8: HTML Advanced
Data URIs
Change this text and click the download link
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
<button> behaves inline-block
<input> behaves inline-block
<textarea> inline-block example