--- id: w3css-tables title: "W3CSS Tables" category: "Programming_Language" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["w3-table-all", "W3.CSS ν…Œμ΄λΈ”"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.89 created_at: 2026-07-04 updated_at: 2026-07-04 review_reason: "" merge_history: [] tags: ["w3css", "css-framework", "w3schools", "tables"] raw_sources: ["https://www.w3schools.com/w3css/w3css_tables.asp"] applied_in: [] github_commit: "" --- # [[W3CSS Tables]] ## 🎯 ν•œ 쀄 톡찰 (One-line insight) `w3-table-all` isn't a single style β€” it's shorthand for combining striped + bordered + hoverable all at once, meaning reaching for it saves writing three separate class names but also locks you into all three behaviors together, whereas manually combining `w3-striped w3-bordered` alone (without hoverable) requires spelling them out individually. [S1] ## 🧠 핡심 κ°œλ… (Core concepts) - **`w3-table`** β€” base table container class. [S1] - **`w3-striped`** β€” zebra-striped rows. [S1] - **`w3-bordered`** β€” bottom border on each row. [S1] - **`w3-border`** β€” border AROUND the whole table (reusable on any element, not table-specific). [S1] - **`w3-table-all`** β€” combines striped + bordered + hoverable + centered into one class. [S1] - **`` for flipped stripe start** β€” wrapping the header row in `` with an explicit color changes which row the stripe pattern starts from. [S1] - **`w3-responsive`** β€” wraps a table to make it horizontally scrollable on small screens only (no effect on large screens). [S1] - **Size classes reused from typography** β€” `w3-tiny` through `w3-jumbo` apply directly to tables too. [S1] ## πŸ“– μ„ΈλΆ€ λ‚΄μš© (Details) - Combined striped+bordered+border: ``. [S1] - All-in-one: `
`. [S1] - Column-specific alignment: `` or `` β€” alignment applied per-column, not per-table. [S1] - Responsive wrapper: `
PointsPoints
...
`. [S1] - Table as a card: ``. [S1] ## βš–οΈ λͺ¨μˆœ 및 μ—…λ°μ΄νŠΈ (Contradictions & updates) μ†ŒμŠ€μ—μ„œ λͺ¨μˆœλ˜λŠ” μ •λ³΄λŠ” λ°œκ²¬λ˜μ§€ μ•ŠμŒ. ## πŸ› οΈ 적용 사둀 (Applied in summary) ν˜„μž¬ 발견된 μ‹€μ œ 적용 사둀가 μ—†μŠ΅λ‹ˆλ‹€ β€” μž‘μ€ ν™”λ©΄μ—μ„œλ§Œ κ°€λ‘œ μŠ€ν¬λ‘€λ˜λŠ” λ°˜μ‘ν˜• ν…Œμ΄λΈ”(w3-responsive)이 λͺ¨λ°”일 λŒ€μ‘μ˜ λŒ€ν‘œ μ‹€μ „ 사둀닀. [S1] ## πŸ’» μ½”λ“œ νŒ¨ν„΄ (Code patterns) Responsive table that scrolls horizontally only on small screens (HTML): ```html
``` ## βœ… 검증 μƒνƒœ 및 신뒰도 - **μƒνƒœ:** draft - **검증 단계:** conceptual - **좜처 신뒰도:** B (W3Schools β€” widely used educational reference, not a primary standards body) - **μ‹ λ’° 점수:** 0.89 - **쀑볡 검사 κ²°κ³Ό:** μ‹ κ·œ 생성 (New discovery) ## πŸ”— 지식 κ·Έλž˜ν”„ (Knowledge Graph) - **μƒμœ„/루트:** [[W3.CSS Tutorial]] - **κ΄€λ ¨ κ°œλ…:** [[W3CSS Alerts]], [[W3CSS Lists]], [[W3CSS Defaults]] - **μ°Έμ‘° λ§₯락:** ν…Œμ΄λΈ” μŠ€νƒ€μΌλ§ β€” 리슀트(Lists) μ±•ν„°λ‘œ 이어짐. ## πŸ“š 좜처 (Sources) - [S1] W3Schools β€” W3.CSS Tables β€” https://www.w3schools.com/w3css/w3css_tables.asp ## πŸ“ λ³€κ²½ 이λ ₯ (Change history) - 2026-07-04: Initial draft synthesized from the W3Schools "W3.CSS Tables" page (Astra wiki-curation, P-Reinforce v3.1 format).