'text-indent' Syntax and Note : text indent « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'text-indent' Syntax and Note

Note:

Controls the first-line text indentation.

Syntax:
    
element { text-indent: value }
elementID.style.textIndent = "value"
document.all.elementID.style.textIndent = "value" // IE only
    

      
      








Related examples in the same category

1.'text-indent' Example
2.'text-indent' Possible Values
3.'text-indent' is applied to