Menu
Home
Lessons
HTML OVERVIEW
HTML ELEMENT
HTML ELEMENT
HTML5 ELEMENT
CSS BASICS
PHP BASIC CONCEPTS
POSITION & LAYOUT
About
🧱 Block
Beginner
Starts on a new line and takes full width.
📄 Inline
Beginner
Stays in line with text, no line break.
📦 Inline-Block
Intermediate
Like inline, but you can set width/height.
📐 Flex
Intermediate
Lays out items in a flexible row or column.
🗃️ Grid
Advanced
Arranges content in rows and columns.
🚫 None
Basic
Hides the element from the page layout.