Skip to content

Starter Code

HTML Starter Code

<!DOCTYPE html>
<!--
    Author: firstName lastName
    Date: mm/dd/yyyy
-->
<html lang="en">

<head>
    <title>title goes here</title>
    <meta charset="UTF-8">
</head>

<body>

    <header>
    </header>

    <main>
    </main>

    <footer>
    </footer>

</body>

</html>

CSS Starter Code

/*
    Your name
    Today's date
*/

body {
    background-color: pink; /* temp for verifying connection */
}