

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Capitalize text with CSS
To capitalize text with CSS, use the capitalize property. You can try to run the following code to capitalize text:
<html> <head> </head> <body> <p style = "text-transform:capitalize;"> India </p> </body> </html>
- Related Questions & Answers
- Underline text with CSS
- Strikethrough text with CSS
- Indent Text with CSS text-indent Property
- Text Indentation Working with CSS
- Text Transformation Working with CSS
- Set the text shadow around a text with CSS
- Convert text to lowercase with CSS
- Convert text to uppercase with CSS
- Emphasis text and color with CSS
- Setting Text Color Working with CSS
- Set Text Alignment Working with CSS
- Add shadow effects to text with CSS
- How to style text buttons with CSS?
- Vertical Text, with Horizontal Letters in CSS
- CSS Text Shadow
Advertisements