<link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" href="style.css" type="text/css" media="screen/print/aural" />
Jiný (novější) způsob
<style type="text/css"> /* <![CDATA[ */
@import url("../css/style.css"); /* ]]> */
</style>
<style type="text/css"> <!--
p {font-family: Verdana, sans-serif; font-size: small;} -->
</style>
body { /* Poznámka: Definice stylu pro tělo dokumentu */ background-color: #fdf8cd; color: #000; font-size: small; margin: 0; border: 1em solid #c0c8c0; padding: 1em 2em; }
h1, h2, h3, h4 { color: #c00; background-color: #fff; white-space: nowrap; }
body { font-size: small; } #main { text-align: center; width: 800px; margin: 0 auto; } #main-content { text-align: left; margin: 0; padding: 0.5em 1em; }