Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> img { position: absolute; left: 35px; } </style> </head> <body> <h2>Beispiel für die Eigenschaft left</h2> <p>Hier ist die Eigenschaft linke mit 35px definiert.</p> <img src="/uploads/media/default/0001/01/0710cad7a1017902166203def268a0df2a5fd545.png" alt="CSS left property"> </body> </html>