---
id: w3css-cells
title: "W3CSS Cells"
category: "Programming_Language"
status: "draft"
verification_status: "conceptual"
canonical_id: ""
aliases: ["w3-cell", "w3-cell-row", "W3.CSS μ
"]
duplicate_of: ""
source_trust_level: "B"
confidence_score: 0.87
created_at: 2026-07-04
updated_at: 2026-07-04
review_reason: ""
merge_history: []
tags: ["w3css", "css-framework", "w3schools", "cells"]
raw_sources: ["https://www.w3schools.com/w3css/w3css_cells.asp"]
applied_in: []
github_commit: ""
---
# [[W3CSS Cells]]
## π― ν μ€ ν΅μ°° (One-line insight)
`w3-cell` elements self-adjust to BOTH width AND height automatically β side-by-side cells with different amounts of text content each stretch to accommodate their content's natural width, and simultaneously all cells in the same row stretch to match the TALLEST cell's height, without any explicit sizing rules from the developer. [S1]
## π§ ν΅μ¬ κ°λ
(Core concepts)
- **`w3-cell`** β turns a normally block-level element (like `
`) into a horizontally-flowing, table-cell-like element. [S1]
- **`w3-cell-row`** β the container whose width defines the total width shared among its `w3-cell` children (default 100%). [S1]
- **Self-adjusting width** β cells automatically size to their content's natural width when placed side-by-side. [S1]
- **Self-adjusting height** β cells in the same row automatically stretch to match the tallest sibling. [S1]
- **`w3-mobile` + `w3-cell`** β cells display vertically stacked on small screens, horizontally on medium/large screens. [S1]
- **`w3-cell-top` (default) / `w3-cell-middle` / `w3-cell-bottom`** β vertical content alignment within a cell. [S1]
## π μΈλΆ λ΄μ© (Details)
- Basic horizontal cells: `
`. [S1]
- Wrapped in a sizeable row: `
...
` β reduces total width of contained cells. [S1]
- Mobile-responsive cells: `
...
` β stacks vertically below the mobile breakpoint. [S1]
- Mixed vertical alignment in one row: `
...
...
...
` β three different vertical alignments side by side. [S1]
## βοΈ λͺ¨μ λ° μ
λ°μ΄νΈ (Contradictions & updates)
- **μ
μ μ΄μ€ μλ μ‘°μ **: λλΉλΏ μλλΌ λμ΄κΉμ§ νμ μ
μ€ κ°μ₯ ν° κ°μ μλμΌλ‘ λ§μΆ°μ§λ€λ μ μ΄ λ³λ μμ λ‘ μ¦λͺ
λ¨. [S1]
## π οΈ μ μ© μ¬λ‘ (Applied in summary)
νμ¬ λ°κ²¬λ μ€μ μ μ© μ¬λ‘κ° μμ΅λλ€ β λͺ¨λ°μΌμμλ μΈλ‘λ‘ μμ΄κ³ λ°μ€ν¬ν±μμλ κ°λ‘λ‘ λ°°μΉλλ μ
λ μ΄μμμ΄ λ°μν μ½ν
μΈ λΈλ‘μ λν μ€μ μ¬λ‘λ€. [S1]
## π» μ½λ ν¨ν΄ (Code patterns)
Mobile-responsive cells: vertical on small screens, horizontal on larger ones (HTML):
```html
```
## β
κ²μ¦ μν λ° μ λ’°λ
- **μν:** draft
- **κ²μ¦ λ¨κ³:** conceptual
- **μΆμ² μ λ’°λ:** B (W3Schools β widely used educational reference, not a primary standards body)
- **μ λ’° μ μ:** 0.87
- **μ€λ³΅ κ²μ¬ κ²°κ³Ό:** μ κ· μμ± (New discovery)
## π μ§μ κ·Έλν (Knowledge Graph)
- **μμ/루νΈ:** [[W3.CSS Tutorial]]
- **κ΄λ ¨ κ°λ
:** [[W3CSS Rows]], [[W3CSS Responsive]]
- **μ°Έμ‘° λ§₯λ½:** μλ μ‘°μ μ
λ μ΄μμ β λ°μν μ λ 그리λ(Responsive) μ±ν°λ‘ μ΄μ΄μ§.
## π μΆμ² (Sources)
- [S1] W3Schools β W3.CSS Cells β https://www.w3schools.com/w3css/w3css_cells.asp
## π λ³κ²½ μ΄λ ₯ (Change history)
- 2026-07-04: Initial draft synthesized from the W3Schools "W3.CSS Cells" page (Astra wiki-curation, P-Reinforce v3.1 format).