<html>
<head>
<meta charset="iso-8859-15"/>
<style type="text/css">
p {text-indent: 2cm}
</style>
</head>
<body>
<p>La primer línea de este texto será desplazada 2cm del margen. El resto del texto se mantendrá pegado al margen. Esto es muy útil cuando nuestro sitio tiene muchos párrafos.
</p>
</body>
</html>