<html lang="en">
        <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge">
            <meta name="viewport" content="width=device-width, intial-scale=1.0">
            <title>Love_Hair_Bonnets</title>
        </head>
        <body>
            
            <div id="contact-form">
                <h1>Love Hair Bonnets</h1>
                <p>
                    <h3>Contact Us</h3>
                </p>
                <form method="POST" action="../blank.html">
            </div>

            <div>
                <label for="fname">First name:</label><br>
                <input type="text" id="fname" name="fname"><br>

                <label for="lname">Last name:</label><br>
                <input type="text" id="lname" name="lname"><br>

                <label for="lname">Contact:</label><br>
                <input type="text" id="lname" name="lname"><br>

                <label for="lname"> Email Address:</label><br>
                <input type="text" id="lname" name="lname"><br>
            </div>
            <!-- <buttom type="submit">Save</buttom> -->
                 </form>
       
        </body>
    </html>