<!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>Kurzva, tunost i podtren pomoc CSS - kurzva</title>
  <style type="text/css">
    body {
      font-family: Arial, Verdana, sans-serif;
      font-size: small;
    }
    h1, h2 {
      font-family: Georgia, "Times New Roman", serif;
    }
    h1 {
      font-size: 200%;
    }
    h2 {
      font-size: 140%;
    }
    p {
      font-size: 90%;
    }
    a {
      font-style: italic; /* nastavili jsme kurzvu u odkaz */
    }
  
  </style>  
</head>
<body>
<h1>Nadpis prvn rovn</h1>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean accumsan elementum mauris. Chcete <a href="#">vce informac</a>?</p> <!-- hodnota # parametru href znamen, e odkaz nikam nevede -->

<h2>Nadpis druh rovn</h2>
<p>Praesent congue libero eget ipsum. Nullam vestibulum turpis non quam. Cras a nunc eget mi varius dapibus. Chcete <a href="#">vce informac</a>?</p>

<h2>Nadpis druh rovn</h2>
<p>Phasellus sem erat, fermentum pulvinar, bibendum ut, vehicula vel, magna. Chcete <a href="#">vce informac</a>?</p>

</body>
</html>
