<!DOCTYPE html>
<html>
    <head>
        <title>My Example</title>
        <link rel="stylesheet" href="styles.css">
    </head>
    <body>
        <h1>External Styles</h1>
        <p id="intro">Allow you to define styles for the whole website.</p>
        <p class="colorful">This has a style applied via a class.</p>
    </body>
</html>