Advertisement
Guest User

PURE DATA BASE TING

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.61 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title> Form for inputting data Innit</title>
  4.         <link rel="" href="PractiseStyles.css" type="text/css" />
  5.     </head>
  6.     <body>
  7.         <p> Custom Name</p>
  8.         <form action="WriteData.asp" class="text" method="post">
  9.             First Name: <input type="text" name="strFirstName"/> </br>
  10.             Surname: <input type="text" name="strSurname"/> </br>
  11.             Gender: <input type="radio" name="strGender" value="Male" /> Male <input type="radio" name="strGender" value="female" /> Female </br>
  12.             Email: <input type="text" name="strEmail"/> </br>
  13.             <input type="submit" name="send" value="Confirm" />
  14.         </form>
  15.     </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement