Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.21 KB | None | 0 0
  1. <link href="Css.css" rel="stylesheet" type="text/css" />
  2.  
  3. <header>
  4. <p>CANADIAN COMPETITIVE EATING </p>
  5. </header>
  6.  
  7. <article>  
  8.         <fieldset class="Info">
  9.  
  10.                 <legend>Personal Information:</legend>
  11.  
  12.                 <label class="Name1">
  13.                         <span>First Name:</span>
  14.                         <input type="text" name="name" size="30" maxlength="100">
  15.                 </label>
  16.  
  17.                 <label class="Name2">
  18.                         <span>Last Name:</span>
  19.                         <input type="text" name="lastname" size="30" maxlength="100">
  20.                 </label>   
  21.                
  22.                 <label class="Birthdate">
  23.                         <span>Birthdate:</span>
  24.                         <input type="text" name="birthdate" size="30" maxlength="100">
  25.                 </label>
  26.        
  27.                 <label class="Phonenumber">
  28.                         <span>Phone Number:</span>
  29.                         <input type="text" name="phonenumber" size="30" maxlength="100">
  30.                 </label>
  31.        
  32.                 <label class="Email">
  33.                         <span>Email:</span>
  34.                         <input type="email" name="email" size="30" maxlength="100">
  35.                 </label>
  36.         </fieldset>
  37.                
  38.         <fieldset class="Mail">
  39.  
  40.                 <legend>Mailing Address:</legend>
  41.  
  42.                 <label class="nameLabel">
  43.                         <span>Line 1:</span>
  44.                         <input type="address" name="name" size="30" maxlength="100">
  45.                 </label>
  46.  
  47.                 <label class="emailLabel">
  48.                         <span>Line 2:</span>
  49.                         <input type="address" name="email" size="30" maxlength="100">
  50.                    
  51.                 <label class="City">
  52.                         <span>City:</span>
  53.                         <input type="password" name="password" size="30" maxlength="100">
  54.                 </label>
  55.  
  56.                 <label for="Select">Province</label>
  57.                         <span><select name="referrer" id="Select" >
  58.                                 <option value="NS">Nova Scotia</option>
  59.                                 <option value="PEI">PEI</option>
  60.                                 <option value="NL">Newfoundland</option>
  61.                                 <option value="NB">New Brunswick</option>
  62.                                 <option value="ON">Ontario</option>
  63.                                 <option value="QU">Québec</option>
  64.                                 <option value="AL">Alberta</option>
  65.                                 <option value="MA">Manitoba</option>
  66.                                 <option value="SA">Saskatchewan</option>
  67.                                 <option value="BC">British Columbia</option>
  68.                                
  69.                 </select></span>
  70.                
  71.                 <label class="Postal Code">
  72.                         <span>Postal Code:</span>
  73.                         <input type="text" name="password" size="30" maxlength="100">
  74.                 </label>
  75. </article>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement