Q:

Javascript Program to implement Registration Form

0

Program to implement Registration Form

All Answers

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

<html>
<head>
</head>

<body>
<form>
<h1>Registration Form</h1>
    
<p for="Name"><b>Name: </b>
<input type="text"  name="name" required></p>

<p for="email"><b>Email: </b>
<input type="text"  name="email" required></p>

<p for="password"><b>Password: </b>
<input type="password"  name="password" required></p>

<p for="password1"><b>Repeat Password: </b>
<input type="password"  name="password1" required></p>
    
<button type="submit">Register</button>
  
<div class="container">
<p>Already have an account? <a href="#">Sign in</a>.</p>
</div>
</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