Bu kod mesela tüm <p> taglarını Arial sans serif yapar..
    <style>
        p {
            font-family: Arial, sans-serif;
        }
    </style>