html paragraph tab code example
Example 1: html tab character
	 or &tab;
Example 2: html how to indent text
p {
text-indent: 50px;
}
Example 3: how to add an ident in html
.tab { text-indent:40px }
	 or &tab;
p {
text-indent: 50px;
}
.tab { text-indent:40px }