SlideShare a Scribd company logo
The text-transform CSS property specifies how to capitalize an element's text. For
example, it can be used to make text appear with each word capitalized.
Using text-transform property you can make text appear in all-uppercase or all-
lowercase. Here is an example:
text.-transform
p.capitalize {
text-transform: capitalize;
}
p.uppercase {
text-transform: uppercase;
}
p.lowercase {
text-transform: lowercase;
}

More Related Content

PPTX
html 5
PPTX
html 5
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
html 5
html 5
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!

More from sidneyodingo (20)

PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Object properties
PPTX
Objects
PPTX
Multiple parameters
PPTX
Functions parameters
PPTX
Calling functions
PPTX
PPTX
Do while loop
PPTX
Do while
PPTX
Doo while
PPTX
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Object properties
Objects
Multiple parameters
Functions parameters
Calling functions
Do while loop
Do while
Doo while
Ad

Recently uploaded (20)

DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
Classroom Observation Tools for Teachers
PDF
A systematic review of self-coping strategies used by university students to ...
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Complications of Minimal Access Surgery at WLH
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Lesson notes of climatology university.
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
01-Introduction-to-Information-Management.pdf
PPTX
master seminar digital applications in india
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Final Presentation General Medicine 03-08-2024.pptx
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Cell Structure & Organelles in detailed.
Classroom Observation Tools for Teachers
A systematic review of self-coping strategies used by university students to ...
human mycosis Human fungal infections are called human mycosis..pptx
Anesthesia in Laparoscopic Surgery in India
Complications of Minimal Access Surgery at WLH
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Orientation - ARALprogram of Deped to the Parents.pptx
Microbial diseases, their pathogenesis and prophylaxis
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Lesson notes of climatology university.
Module 4: Burden of Disease Tutorial Slides S2 2025
Final Presentation General Medicine 03-08-2024.pptx
Microbial disease of the cardiovascular and lymphatic systems
01-Introduction-to-Information-Management.pdf
master seminar digital applications in india
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Final Presentation General Medicine 03-08-2024.pptx
Ad

Welcome to css!

  • 1. The text-transform CSS property specifies how to capitalize an element's text. For example, it can be used to make text appear with each word capitalized. Using text-transform property you can make text appear in all-uppercase or all- lowercase. Here is an example: text.-transform p.capitalize { text-transform: capitalize; } p.uppercase { text-transform: uppercase; } p.lowercase { text-transform: lowercase; }