Kombination CSS mit HTML

 

Extern

Header:

<link rel="stylesheet" type="text/css" href="NAME.css">

oder

<style type="text/css">

    @import url(url_des_stylesheets);

</style>

Intern

Header: <style type="text/css"> … </style>

HTML-Tag

z.B. <p style="font-size:10pt;">Text</p>