Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
.content {
overflow: auto;
border: 3px solid #666666;
}
.content div {
padding: 10px;
}
.content a {
color: darkblue;
}
.blue {
float: right;
background: #1c87c9;
}
.green {
float: left;
background: #8ebf42;
}
</style>
</head>
<body>
<div class="content">
<div class="blue">
<p>Das ist ein Absatz innerhalb des Tages div.</p>
<a href="#">Das ist ein Hyperlink innerhalb des Tages div.</a>
<ul>
<li>Listeneintrag 1</li>
<li>Listeneintrag 2</li>
</ul>
</div>
<div class="green">