<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
p.p1 {
margin-bottom: 5em;
}
p.p2 {
margin-bottom: 20%;
}
p.p3 {
margin-bottom: 20px;
}
</style>
</head>
<body>
<h2>Ein Beispiel für die Eigenschaft margin-bottom</h2>
<p>Ein Absatz, wo keine Margin angegeben ist.</p>
<p class="p1">Die untere Margin ist auf 5em eingestellt.</p>
<p class="p2">Die untere Margin ist auf 20% eingestellt.</p>
<p class="p3">Die untere Margin ist auf 20px eingestellt.</p>
<p>Ein Absatz, wo keine Margin angegeben ist.</p>
</body>
</html>