HTML/ CSS / JAVASCRIPT

HTML/ CSS / JAVASCRIPT { Sahelg.com } Note ); If you have any type of question, comment us or contact>>> imtaizbaloch38@gmail.com ) <html> <head> <meta http-equiv="Content- Type " content="text/html; charset=iso-88591"> </head> <body> <b>< font face ="Verdana"><font size=+1>Form Validation Example: Feedback Form</font></font></b> <br><script LANGUAGE="JavaScript"> <!— function ValidateForm(form){ ErrorText= ""; if (form. username . value == "") {ErrorText= "\nPlease enter your name "} if ((form.email. value == "" || form.email. value .indexOf('@', 0) == -1) || form.email. value .indexOf('.') == -1){ ErrorText+= "\nPlease enter a proper value for your email"} ...