- From: David Clarke <dc@eicx.com>
- Date: Tue, 13 Nov 2018 00:34:05 +0000
- To: "www-validator@w3.org" <www-validator@w3.org>
- Message-ID: <CY4PR12MB165606079CDDDC24D548E954A5C20@CY4PR12MB1656.namprd12.prod.outlook.com>
Hi The validator keeps adding </style> to the end of the document. Thanks David <!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <title>CONTACT FORM TEST</title> <!-- BUILD = 11/12/2018 19:30:57.769 --> <!-- RUN = 11/12/2018 19:31:08.320 --> <link href="https://fonts.googleapis.com/css?family="Mitr|Roboto" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Montserrat:300|Roboto:300" rel="stylesheet"> <link rel="shortcut icon" type="image/png" href="favicon.ico"> <style> input, label {display:block;} h1 {font-family: "Roboto", sans-serif; font-size: 60px; font-weight: 300; padding: 30px; color: white; margin-top:0px;} h2 {font-family: "Roboto", sans-serif; font-weight: bold; color: white; font-size: 20px; line-height: 29px;} ..contact_form {color: white; width:50%; margin-left:auto; margin-right:auto; background-image:linear-gradient(#482980,#3f96a4);} ..contact_form_page_title {color: white; width:50%; margin-left:auto; margin-right:auto; text-align:center;} ..form_1 {color: white; width:50%; margin-left:auto; margin-right:auto; text-align:center;} </style> </head> <body> <div class="contact_form"> <form> <div class=contact_form_page_title> <h1> Contact Us </h1> </div> <h2> Got a question? We'd love to hear from you. Send us a<br>message and we'll respond as soon as possible. </h2> <div>Name*</div> <div><input class="contact_form_input" type="text" name="name" size="40"></div> <div>Email address*</div> <div><input class="contact_form_input" type="email" name="email" size="40"></div> <div>Message</div> <div><textarea class="contact_form_text_area" name="your-message" cols="40" rows="10"></textarea></div> <div><input type="submit" value="Send Message"></div> </form> </div> </body> </html> David C. Clarke DC Interconnect, Inc. / Clarke Consulting LLC 8 Broad Cove Road Cape Elizabeth, Maine 04107-2927 Office - 207-767-6195<tel:207-767-6195> Cell - 207-274-1243<tel:207-274-1243> dc@eicx.com<mailto:dc@eicx.com> dc@dcinterconnect.com<mailto:dc@dcinterconnect.com>
Received on Tuesday, 13 November 2018 08:16:55 UTC