<head> <link rel="Stylesheet" type="text/css" href="style.css" /> </head> |
<selektor style="cecha1: wartość1; cecha2: wartość2...">...</selektor> |
<head> <style type="text/css"> selektor1 { cecha: wartość; cecha2: wartość2... } selektor2 { cecha: wartość; cecha2: wartość2... } </style> </head> |
<head> <link rel="Stylesheet" type="text/css" href="style.css" title="Nazwa domyślna" /> <link rel="Alternate stylesheet" type="text/css" href="style1.css" title="Nazwa 1" /> <link rel="Alternate stylesheet" type="text/css" href="style2.css" title="Nazwa 2" /> </head> |
<style type="text/css"> @import url(adres zewnętrznego arkusza stylów); </style> |