Google News
logo
CSS - Interview Questions
What is CSS text-indent Property?
The text-indent property specifies the indentation of the first line in a text-block.
 
Example :
 
p {
   text-indent: 50px;
}
Advertisement