<!-- External --> <link rel="stylesheet" href="css/file.css" /> <!-- Internal --> <style> p { color: red; } </style> <!-- Inline --> <p style="color: blue;">This Is Our Paragraph</p>