- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Usage of text-indent property in CSS
The text-indent property is used to indent the text of a paragraph. Possible values are % or a number specifying indent space.
Example
You can try to run the following code to implement the text-indent property:
<html> <head> </head> <body> <p style = "text-indent:2cm;"> This text will have first line indented by 2cm and this line will remain at its actual position this is done by CSS text-indent property. </p> </body> </html>
- Related Articles
- Indent Text with CSS text-indent Property
- Animate CSS text-indent property
- Usage of text-transform property in CSS
- Usage of text-decoration property in CSS
- Usage of text-shadow property in CSS
- Usage of text-align property in CSS
- Indent the text of a paragraph with CSS
- Usage of background property in CSS
- Usage of font property in CSS
- Usage of direction property in CSS
- Usage of color property in CSS
- Usage of CSS visibility property
- Usage of CSS grid property
- Usage of CSS perspective property
- Usage of background-repeat property in CSS

Advertisements