Sposoby podłączania styli do strony (skrócone zestawienie).
< head> < link rel="Stylesheet" type="text/css" href="style.html"/> < /head> |
< selektor style="cecha1: wartość1; cecha2: wartość2...">...< /selektor> |
< style type="text/css"> selektor1 { cecha: wartość; cecha2: wartość2... } selektor2 { cecha: wartość; cecha2: wartość2... } < /style> head> |
< style type="text/css"> @import url(adres%20zewn%c3%84%c2%99trznego%20arkusza%20styl%c3%83%c2%b3w.html); < /style> |