<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
<head>
  <meta http-equiv="content-type" content="text/html; charset=windows-1250" />
  <title>Povaha element</title>
  <style type="text/css">
    body {
      font-family: Arial, Verdana, sans-serif;
      font-size: medium;
      width: 500px;
      margin: 0 auto;
      border: 1px solid black;
      padding: 10px;      
    }
    a {
      display: block; 
      width: 150px;
      margin: 5px;
      padding: 5px;
      background: silver;
    } 
    h1, p {
      display: inline;
    } 
  </style>  
</head>
<body>
<a href="#">Text odkazu</a>
<a href="#">Text odkazu</a>
<a href="#">Text odkazu</a>

<h1>Nadpis</h1>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam turpis ipsum, iaculis vel, gravida vel, mattis ac, mauris. Fusce vehicula laoreet erat. Praesent porttitor aliquam neque.</p>


</body>
</html>
