About 4,170 results
Open links in new tab
  1. CSS text-transform property - W3Schools

    Definition and Usage The text-transform property controls the capitalization of text. Show demo

  2. text-transform CSS property - CSS | MDN - MDN Web Docs

    Apr 20, 2026 · The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in …

  3. CSS Text Transformation - W3Schools

    CSS Text Transformation The CSS text-transform property is used to control the capitalization of text in an element. It can be used to …

  4. CSS text - CSS | MDN - MDN Web Docs

    Nov 13, 2025 · The CSS text module defines how to perform text manipulation, like line breaking, justification and alignment, white …

  5. text-transform - CSS-Tricks

    Jul 24, 2013 · The text-transform property in CSS controls text case and capitalization.

  6. CSS Text Transform (With Examples) - Programiz

    CSS text-transform property is used to change the case of a text. For example, p { text-transform: capitalize; } Browser Output Here, …

  7. CSS text-transform Property: Values, Syntax & Examples

    The CSS text-transform property changes text capitalization — uppercase, lowercase or capitalize — visually, without changing the …

  8. text-transform - Typography - Tailwind CSS

    Resetting text casing. Use the normal-case utility to preserve the original text casing of an element—typically used to reset …

  9. CSS Text Transform: With Examples - wscubetech.com

    CSS text-transform property is used to change the case of text. It helps you control whether text appears in uppercase, lowercase, or …

  10. CSS text-transform Property - GeeksforGeeks

    May 28, 2026 · CSS text-transform Property Example Here are some examples of the CSS text-transform property that will help you …