---
id: w3css-lists
title: "W3CSS Lists"
category: "Programming_Language"
status: "draft"
verification_status: "conceptual"
canonical_id: ""
aliases: ["w3-ul", "avatar list", "W3.CSS 리μ€νΈ"]
duplicate_of: ""
source_trust_level: "B"
confidence_score: 0.88
created_at: 2026-07-04
updated_at: 2026-07-04
review_reason: ""
merge_history: []
tags: ["w3css", "css-framework", "w3schools", "lists"]
raw_sources: ["https://www.w3schools.com/w3css/w3css_lists.asp"]
applied_in: []
github_commit: ""
---
# [[W3CSS Lists]]
## π― ν μ€ ν΅μ°° (One-line insight)
The "Avatar List" pattern reuses `w3-bar-item` (a button/bar utility class from the Buttons chapter) INSIDE a `
` instead of a button β combining an image, text block, and dismiss button as three `w3-bar-item` siblings β showing that W3.CSS's bar-layout mechanism generalizes beyond navigation bars to any horizontal row of mixed content, including list items. [S1]
## π§ ν΅μ¬ κ°λ
(Core concepts)
- **`w3-ul`** β base list container class. [S1]
- **100% width by default** β lists span their parent's full width unless overridden with inline `style="width:..."`. [S1]
- **Reused patterns from other chapters** β `w3-border`, `w3-card-4`, `w3-center`, color classes, `w3-hoverable`, size classes (`w3-tiny` through `w3-jumbo`) all apply identically to lists as they did to tables/panels/buttons. [S1]
- **Closable list item** β same `×` + inline `onclick` dismiss pattern as panels/alerts, wrapped in `w3-display-container` on the ``. [S1]
- **Avatar list** β combines `w3-bar` (on the ``), `w3-bar-item` (on image/text/close-button), and `w3-circle` (on the avatar image) into a contact-list-style row. [S1]
## π μΈλΆ λ΄μ© (Details)
- Basic list: ``. [S1]
- Closable item: `Jill ×`. [S1]
- Avatar list item: `×
Mike
Web Designer
`. [S1]
## βοΈ λͺ¨μ λ° μ
λ°μ΄νΈ (Contradictions & updates)
μμ€μμ λͺ¨μλλ μ 보λ λ°κ²¬λμ§ μμ.
## π οΈ μ μ© μ¬λ‘ (Applied in summary)
νμ¬ λ°κ²¬λ μ€μ μ μ© μ¬λ‘κ° μμ΅λλ€ β μλ°ν+μ΄λ¦+μ§ν¨+λ«κΈ° λ²νΌμ ν μ€μ λ°°μΉνλ μλ°ν 리μ€νΈκ° μ°λ½μ² UIμ λν μ€μ μ¬λ‘λ€. [S1]
## π» μ½λ ν¨ν΄ (Code patterns)
Avatar list item combining bar-item, circle image, and close button (HTML):
```html
×
Mike
Web Designer
```
## β
κ²μ¦ μν λ° μ λ’°λ
- **μν:** draft
- **κ²μ¦ λ¨κ³:** conceptual
- **μΆμ² μ λ’°λ:** B (W3Schools β widely used educational reference, not a primary standards body)
- **μ λ’° μ μ:** 0.88
- **μ€λ³΅ κ²μ¬ κ²°κ³Ό:** μ κ· μμ± (New discovery)
## π μ§μ κ·Έλν (Knowledge Graph)
- **μμ/루νΈ:** [[W3.CSS Tutorial]]
- **κ΄λ ¨ κ°λ
:** [[W3CSS Tables]], [[W3CSS Buttons]], [[W3CSS Images]]
- **μ°Έμ‘° λ§₯λ½:** 리μ€νΈ μ€νμΌλ§ β μ΄λ―Έμ§(Images) μ±ν°λ‘ μ΄μ΄μ§.
## π μΆμ² (Sources)
- [S1] W3Schools β W3.CSS Lists β https://www.w3schools.com/w3css/w3css_lists.asp
## π λ³κ²½ μ΄λ ₯ (Change history)
- 2026-07-04: Initial draft synthesized from the W3Schools "W3.CSS Lists" page (Astra wiki-curation, P-Reinforce v3.1 format).