CSS text-transform
Detailed explanation of attributes
This property is used to control the case conversion of element text content.
Grammar:
text-transform: capitalize | lowercase | none | uppercase | inherit;
Description:
text-transform
Attributes define how the text content of an element is converted to uppercase, lowercase, or initials.
Example:
The following style rules make the h1
title use only capital letters, while the initial letter of each word in the title is capitalized: h2
h1 { text-transform: uppercase; } h2 { text-transform: capitalize; }
Attribute value:
-
capitalize
: Convert the first letter of each word to uppercase; other characters remain unchanged (not converted to lowercase). -
lowercase
: Convert all characters to lowercase. -
none
: No case conversion is performed. -
uppercase
: Convert all characters to uppercase. -
inherit
: Inherit the attribute value of the parent element.text-transform
CSS Attribute FAQ: text-transform
1. What are the CSS properties and how does it work? text-transform
Properties are a powerful tool that allows you to control the case of text. It can be used to change text to uppercase, lowercase, or capitalize the initial letter of each word. This property works by taking the original text and converting it based on the value you set. For example, if you set the value to "uppercase", all letters in the text will be converted to uppercase, regardless of how they were originally typed. text-transform
2. How to change text to uppercase using the CSS property? text-transform
property, simply set the value of the property to "uppercase". Here is an example of how to do it: text-transform
p { text-transform: uppercase; }In this example, all text inside the 'p' element will be converted to uppercase.
3. Can I capitalize the initial letter of each word using the CSS attribute? text-transform
attribute. To do this, you need to set the value of the property to "capitalize". Here is an example: text-transform
h1 { text-transform: capitalize; }In this example, the initial letter of each word in the 'h1' element will be capitalized.
4. What is the difference between "uppercase" and "capitalize" in CSS ? text-transform
The "uppercase" value in
converts all letters in the text to uppercase, while the "capitalize" value only converts the first letter of each word to uppercase. The remaining letters in the word will remain in their original typing state. text-transform
5. Can I change text to lowercase using the CSS text-transform
attribute?
Yes, you can change the text to lowercase using the CSS text-transform
property. To do this, you need to set the value of the property to "lowercase". Here is an example:
text-transform: capitalize | lowercase | none | uppercase | inherit;
In this example, all text inside the 'div' element will be converted to lowercase.
6. Can the effect of the CSS text-transform
attribute be undoped?
Yes, the effect of the CSS text-transform
attribute can be undoped. To do this, you need to set the value of the property to "none". This restores the text to its original state without any transformations.
7. Can I use the CSS text-transform
attribute on any HTML element?
Yes, the CSS text-transform
attribute can be used for any HTML element that contains text. This includes elements such as "p", "h1", "div", "span".
8. CSS text-transform
Does the attribute change the original text?
No, CSS text-transform
property does not change the original text. It only changes how text appears on the screen. The original text remains unchanged in the HTML document.
9. Can I use multiple CSS text-transform
attribute values at the same time?
No, you can only use one CSS at a time text-transform
attribute value. If you try to use multiple values, only the last value is applied.
10. Does CSS text-transform
attribute support in all browsers?
Yes, all modern browsers support CSS text-transform
properties, including Chrome, Firefox, Safari, and Edge. However, older versions of these browsers may not support it, so it is better to check browser compatibility before using this property.
The above is the detailed content of text-transform (CSS property). For more information, please follow other related articles on the PHP Chinese website!

In this post, Blackle Mori shows you a few of the hacks found while trying to push the limits of Cohost’s HTML support. Use these if you dare, lest you too get labelled a CSS criminal.

Custom cursors with CSS are great, but we can take things to the next level with JavaScript. Using JavaScript, we can transition between cursor states, place dynamic text within the cursor, apply complex animations, and apply filters.

Interactive CSS animations with elements ricocheting off each other seem more plausible in 2025. While it’s unnecessary to implement Pong in CSS, the increasing flexibility and power of CSS reinforce Lee's suspicion that one day it will be a

Tips and tricks on utilizing the CSS backdrop-filter property to style user interfaces. You’ll learn how to layer backdrop filters among multiple elements, and integrate them with other CSS graphical effects to create elaborate designs.

Well, it turns out that SVG's built-in animation features were never deprecated as planned. Sure, CSS and JavaScript are more than capable of carrying the load, but it's good to know that SMIL is not dead in the water as previously

Yay, let's jump for text-wrap: pretty landing in Safari Technology Preview! But beware that it's different from how it works in Chromium browsers.

This CSS-Tricks update highlights significant progress in the Almanac, recent podcast appearances, a new CSS counters guide, and the addition of several new authors contributing valuable content.

Most of the time, people showcase Tailwind's @apply feature with one of Tailwind's single-property utilities (which changes a single CSS declaration). When showcased this way, @apply doesn't sound promising at all. So obvio


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Dreamweaver Mac version
Visual web development tools

Notepad++7.3.1
Easy-to-use and free code editor

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver CS6
Visual web development tools
