CSS:
html p{
    color:blue;
}
HTML:
<style>
p{
color:red;
}
</style>
Çıktı: