--- 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).