--- id: w3css-input title: "W3CSS Input" category: "Programming_Language" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["w3-input", "w3-check", "w3-radio", "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", "forms", "input"] raw_sources: ["https://www.w3schools.com/w3css/w3css_input.asp"] applied_in: [] github_commit: "" --- # [[W3CSS Input]] ## 🎯 ν•œ 쀄 톡찰 (One-line insight) `w3-input` has a bottom border by DEFAULT β€” the source frames "borderless" as the exception requiring an explicit `w3-border-0` override, meaning W3.CSS's baked-in visual assumption is that text inputs should look like underlined fields (Material Design style) unless you deliberately opt out. [S1] ## 🧠 핡심 κ°œλ… (Core concepts) - **`w3-input`** β€” text input styling; has a bottom border BY DEFAULT (add `w3-border-0` to remove it, or `w3-border` for a full border). [S1] - **`w3-animate-input`** β€” expands the input to 100% width specifically ON FOCUS (not permanently). [S1] - **`w3-check`** β€” checkbox styling. [S1] - **`w3-radio`** β€” radio button styling. [S1] - **`w3-select`** β€” dropdown/select styling. [S1] - **Label placement is purely structural** β€” "Top Labels" vs. "Bottom Labels" is just whether the `