Thursday 19 July 2012

how to Indent text in css


<!DOCTYPE html>
<html>
<head>
<style type="text/css">
p {text-indent:50px;}
</style>
</head>
<body>

<p>Ajith Kumar (born 1 May 1971) is an Indian film actor who works mainly in Tamil cinema. He began his career as a supporting actor in a Telugu film before gaining critical recognition in the Tamil thriller Aasai (1995).[2] A succession of high-grossing films followed where Ajith was usually depicted as a romantic hero, with Kadhal Kottai (1996), Aval Varuvala (1998), Kadhal Mannan (1998) and Unnai Thedi (1999) being the most notable.'</p>

</body>
</html>

0 Responses to “how to Indent text in css”

Post a Comment