<head>
<title>Пример CSS</title>
<style type="text/css">
p {
color: green;
}
a {
color: blue;
}
</style>
</head><p style="color: green">текст</p>p {
color: green;
}
a {
color: blue;
}<head>
<title>Пример CSS</title>
<link href='style.css' type="text/css" rel="stylesheet" />
</head>@import url(mystyle.css);<style type="text/css" media="all">@import url(mystyle.css);</style>