Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> p.p1 { margin-left: 6em; } p.p2 { margin-left: 40px; } p.p3 { margin-left: 10%; } </style> </head> <body> <h2>Ein Beispiel für die Eigenschaft margin-left</h2> <p>Die Margin ist nicht definiert.</p> <p class="p1">Linke Margin ist auf 6em eingestellt.</p> <p class="p2">Linke Margin ist auf 40px eingestellt.</p> <p class="p3">Linke Margin ist auf 10% eingestellt.</p> <p>Die Margin ist nicht definiert</p> </body> </html>