Font Hierarchies HTML Template:

    <!DOCTYPE html>
    <html lang = "en-us"> 
        <head>
            <title> Font Hierarchies </title>
            <meta charset = "UTF-8">

        </head>

        <body>

            <h1>Font Hierarchies</h1>

            <!-- Add text to your document here to experiment with different fonts. In the accompanying CSS template, define the font-families of heading elements (h1, h2, h3, etc.) and paragraph elements, as well as any other relevant text elements (tables, lists, etc.) -->

            <p>This is a sample sentence. Describe your process for selecting your two or three fonts. What informed your decisions? What font-families did you use? What is the mood you hope to convey? Are your fonts legible? </p>

        </body>
    </html>