1) Lokalnie:
<tag style="display: block"> ... </tag>
2) Wewnętrzny arkusz stylów:
<head>
<style type="text/css">
/* <![CDATA[ */
selektor { cecha: wartość;}
(...)
/* ]]> */
</style>
</head>
lub
<link rel="Stylesheet" type="text/css" href="nazwa_pliku.css" />
<style type="text/css"> /* <![CDATA[ */ @import url(adres_pliku); /* ]]> */ </style>