""
TODAY THOUGHT Let's learn something by mistake.  RESULT  The results of class I, III, IV and V have been declared {06.10.2020}.   RE-CHECKING The re-checking form has been put on the website. Check it.Thank you!

Welcome to Abhishek test.com




HOW TO CREATE HTML FORM

👇HTM FORM👇

<p>&nbsp;</p>


<html><head><title>Signup form</title>


<style>


table


{


color: white;


background-color: blue;


border-radius:15px;


}


</style>


</head>


<body background="blue">


<form action="#" method="POST">


<table align="center">


<tr>


<td>first Name<td><input type="text" Placeholder="first Name" size="20" required></td></tr>


<tr><td> Last Name <td><input type="text" Placeholder="Last Name" size="17" required></td></tr>


<tr><td>


Father name<td><input type="text" Placeholder="Father name" size="19" required></td></tr>


<tr><td> Mother name<td><input type="text" Placeholder="Mother name" size="17" required></td></tr>


<tr><td> Phone no.<td><input type="number"Placeholder="Phone no." size="20"></td></tr>


<tr><td> Email address<td><input type="email" Placeholder="Email address" size="20" required></td></tr>


<tr><td>DOB<td><input type="date" required></td></tr>


<tr>


  <td>Your message</td>


  <td>


    <textarea placeholder="your message" required></textarea>


  </td>


</tr>


   <tr>

        <td>

      <div><form><input type="button" value="Print this page" onClick="window.print()"></form></div>

      <td align="right" colspan="2"><input type="reset" id="button" required></td></tr>

      <tr>

        <td align="center" colspan="2"><input type="submit" name="loginbtn" id="button" required></td></tr>

        <tr>

          <td>


</form>


</table>


</body>


</html>


 

 

Signup form
first Name
Last Name
Father name
Mother name
Phone no.
Email address
DOB
Your message

No comments:

Post a Comment