Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Der Titel desDokuments</title>
<style>
div {
max-width: 50%;
background-color: #1c87c9;
}
</style>
</head>
<body>
<h2>beispiel für die Eigenschaft max-width</h2>
<div>Max-width dieses Textes ist auf 50% eingestellt.</div>
</body>
</html>