css text indent code example
Example 1: html how to indent text
p {
text-indent: 50px;
}
Example 2: how to add an ident in html
.tab { text-indent:40px }
Example 3: text-indent
//Indent the first line of text with different values:
text-indent: 50px;