Write a complete HTML file that starts with the DOCTYPE and…
Write a complete HTML file that starts with the DOCTYPE and ends with the closing . It should meet this requirements: Would validate under the W3C validator Includes a link to an external CSS file named site.css which is in the styles folder Includes a FORM with one text field and a submit button. Make sure the FORM does not submit to a server. Includes a DIV, where JavaScript can place some text. Includes a JavaScript function that is run when the button in the form is pushed. The function should check the text field in the form. When the value in the field is “July 2”, the message “School’s out!” should be placed in the DIV.