Q:

Javascript Program to Print Contact Form

0

Javascript Program to Print Contact Form.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

<html>
<head>

<script>
</script>

</head>
   
<body>
<h1> Contact Form</h1>
<form>
<p>Name: <input type="text"  name="Name"> </p><br>      
            
<p>E-mail:  <input type="text"  name="EMail">  </p><br>
            
<p>Password: <input type="text"  name="Password"> </p><br>
            
<p>Country:   
<select name="Country">
<option>India</option>
<option>China</option>
<option>USA</option>
<option>Australia</option>
</select>
</p>
            
<input type="submit" value="Submit" name="Submit">  
            
</form>
      
</body>
</html>

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now