Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
CSS Property:
text-indent:

Result:

This example demonstrates different text-indents. Try changing the text-indent by clicking on one of the line-height properties on the left, and see the result in this DIV element.

CSS Code:
div {
    text-indent:10px;
}
Click the property values above to see the result
W3Schools.com - Play it