<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
p {
border: 2px solid #000;
color: #1c87c9;
padding-left: 100px;
}
</style>
</head>
<body>
<h2>Beispiel für die Eigenschaft padding-left</h2>
<p>Lorem Ipsum ist ein Blindtext der Druck- und Satzindustrie.</p>
</body>
</html>