<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Untitled 2</title>
<style type="text/css">
.article1 {width:400px; height:100px; background:#f00; float: left;}
.article2 {width:400px; height:100px; background:#0f0; float: right;}
</style>
</head>
<body>
<article class="article1">
<p>clanek1</p>
</article>
<article class="article2">
<p>clanek2</p>
</article>
</body>
</html>
Zbytek na www.jakpsatweb.cz