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