--- id: w3css-tooltips title: "W3CSS Tooltips" category: "Programming_Language" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["w3-tooltip", "w3-text", "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", "tooltip"] raw_sources: ["https://www.w3schools.com/w3css/w3css_tooltips.asp"] applied_in: [] github_commit: "" --- # [[W3CSS Tooltips]] ## π― ν μ€ ν΅μ°° (One-line insight) W3.CSS tooltips require NO JavaScript whatsoever β the entire show/hide-on-hover behavior is pure CSS driven by the `w3-tooltip`/`w3-text` class pair, in sharp contrast to nearly every other interactive component in this tutorial series (dropdowns-click, accordions, tabs, modals, slideshows) which all depend on a JS toggle function. [S1] ## π§ ν΅μ¬ κ°λ (Core concepts) - **`w3-tooltip`** β the hoverable container (can be a `
`, `
London(9 million inhabitants)is the capital of England.
`. [S1] - Absolutely positioned tooltip: `London9 million inhabitantsis the capital of England.
`. [S1] - Image tooltip (text can appear before OR after the image inside the same container): `
A car is a...
London (9 million inhabitants) is the capital of England.
``` ## β κ²μ¦ μν λ° μ λ’°λ - **μν:** draft - **κ²μ¦ λ¨κ³:** conceptual - **μΆμ² μ λ’°λ:** B (W3Schools β widely used educational reference, not a primary standards body) - **μ λ’° μ μ:** 0.86 - **μ€λ³΅ κ²μ¬ κ²°κ³Ό:** μ κ· μμ± (New discovery) ## π μ§μ κ·Έλν (Knowledge Graph) - **μμ/루νΈ:** [[W3.CSS Tutorial]] - **κ΄λ ¨ κ°λ :** [[W3CSS Modal]], [[W3CSS Tags]], [[W3CSS Code]] - **μ°Έμ‘° λ§₯λ½:** UI Components μΉμ λ§μ§λ§ β Code & Miscellaneous μΉμ μ μ½λ(Code) μ±ν°λ‘ μ΄μ΄μ§. ## π μΆμ² (Sources) - [S1] W3Schools β W3.CSS Tooltips β https://www.w3schools.com/w3css/w3css_tooltips.asp ## π λ³κ²½ μ΄λ ₯ (Change history) - 2026-07-04: Initial draft synthesized from the W3Schools "W3.CSS Tooltips" page (Astra wiki-curation, P-Reinforce v3.1 format).