textIndent
tags.P.textIndent = "5em"; This is an indented paragraph--by 5 em spaces. See how the first line is indented from the second.
tags.H2.textIndent = "50%"; We can also indent as a percentage of the parent element's width by specifying a number instead.
This H2 is indented 50 percent.