--- id: w3css-pagination title: "W3CSS Pagination" category: "Programming_Language" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["w3-bar pagination", "page numbers", "W3.CSS 페이지네이션"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.86 created_at: 2026-07-04 updated_at: 2026-07-04 review_reason: "" merge_history: [] tags: ["w3css", "css-framework", "w3schools", "pagination"] raw_sources: ["https://www.w3schools.com/w3css/w3css_pagination.asp"] applied_in: [] github_commit: "" --- # [[W3CSS Pagination]] ## 🎯 한 줄 통찰 (One-line insight) Pagination, like tabs, has no dedicated class — it's just `w3-bar` + `w3-button` links containing page numbers, meaning everything already learned about bars (color, hover-color, sizing, borders, rounding, centering) applies directly, and the SAME `w3-bar` markup used for pagination is shown reused verbatim for a completely different purpose (a previous/next button pair, or an inline menu) later in the same chapter. [S1] ## 🧠 핵심 개념 (Core concepts) - **Basic pagination** — `w3-bar` container with `w3-button` links for each page number; adding `w3-bar-item` removes inter-button spacing for a connected look. [S1] - **Active page indicator** — any `w3-color` class (e.g. `w3-green`) applied to the current page's link. [S1] - **Sizing** — `w3-tiny` through `w3-xxxlarge` on the container scale all pagination buttons uniformly. [S1] - **Centering** — wrapping the `w3-bar` in a `w3-center` div. [S1] - **Bordered/rounded** — `w3-border` and `w3-round` combine on the container for a connected, rounded-edge pagination strip. [S1] - **Same markup, different purpose** — the identical `w3-bar` pattern is reused for Previous/Next buttons (`w3-right` on the "Next" link) and for a plain inline navigation menu, showing pagination is really just one specific USE of the general bar component. [S1] ## 📖 세부 내용 (Details) - Connected pagination buttons: `
`. [S1] - Bordered + rounded: `