Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>CSS text-indent</title> </head> <body> <p style="text-indent: 35px;">This paragraph is example of CSS text-indent property and value set 35px (pixel).So it means paragraph first line left side leave blank space end of blank space start a first line paragraph text.</p> </body> </html>
  Preview Arrow