Advertisement
Guest User

HTML work

a guest
Dec 18th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.53 KB | None | 0 0
  1. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
  2. <html>
  3.     <head>
  4.         <title>Registration Page</title>
  5.     </head>
  6.     <body>
  7.         <form name="Reg Page">
  8.         Usersname: <Input type="text" name="Username"maxlength="10"/><span>*</span><br/>
  9.         Password: <Input type="password" name="Password"maxlength="12"/><span>*</span><br/>
  10.         Confirm Password: <Input type="password" name="Confirm Password"maxlength="12"/><span>*</span><br/>
  11.         Email Address: <Input type="text" name="email address"/><span>*</span><br/>
  12.         Confirm Email Address: <Input type="text" name="confirm email address"/><span>*</span><br/>
  13.         Date Of Birth(D.O.B) in form DD/MM/YYYY: <Input type="text" name="D.O.B"maxlength="10"/><span>*</span><br/>
  14.          <li class="form-line"                              id="id_17">
  15.         <label class="form-label form-label-top form-label-auto" id="label_17" for="input_17"> Gender </label>
  16.         <div id="cid_17" class="form-input-wide">
  17.           <select class="form-dropdown" style="width:150px" id="input_17" name="q17_gender">
  18.           <option value=""></option>
  19.             <option value="Male"> Male </option>
  20.             <option value="Female"> Female </option>
  21.             <option value="Other"> Other </option>
  22.           </select>
  23.         </div>
  24.         <li class="form-line"                             id="id_14">
  25.                 <label class="form-label form-label-top form-label-auto" id="label_14" for="input_14">
  26.                 Enter the letters/word that is being shown below
  27.                 <span class="form-required">
  28.                     *
  29.                 </span>
  30.                 </label>
  31.                 <div id="cid_14" class="form-input-wide">
  32.           <div class="form-captcha">
  33.             <label for="input_14"> <img alt="Captcha - Reload if it's not displayed" id="input_14_captcha" class="form-captcha-image" style="background:url(http://max.jotfor.ms/images/loader-big.gif) no-repeat center;" src="http://max.jotfor.ms/images/blank.gif" width="150" height="41" /> </label>
  34.             <div style="white-space:nowrap;">
  35.               <input type="text" id="input_14" class="form-textbox validate[required]" name="captcha" style="width:130px;" />
  36.               <img src="http://max.jotfor.ms/images/reload.png" alt="Reload" align="absmiddle" style="cursor:pointer" onclick="JotForm.reloadCaptcha('input_14');" />
  37.               <input type="hidden" name="captcha_id" id="input_14_captcha_id" value="0" />
  38.             </div>
  39.           </div>
  40.         </div>
  41.             </li>
  42.  
  43.         <input type="reset"/> <input type="Submit"/>
  44.         </form>
  45.         </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement