Advertisement
Guest User

RPI HTML

a guest
Feb 19th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.26 KB | None | 0 0
  1. <form action="contactform.php" method="POST" name="contact_form">
  2.          
  3.             <div class="col-md-4 col-sm-6 col-lg-12" align="middle">
  4.               <object>
  5.                   <label for="fname2">First Name</label>
  6.                   <br>
  7.                   <input type="text" id="fname2" name="fname" placeholder="Your name..." style="width:500px">
  8.             </object>
  9.                   <br>
  10.                   <br>
  11.              <object>
  12.                     <label for="lname2">Last Name</label>
  13.                  <br>
  14.                     <input type="text" id="lname2" name="lname" placeholder="Your last name..." style="width:500px" hspace="10">
  15.              </object>
  16.                   <br>
  17.                   <br>
  18.              <object>
  19.                     <label for="subject2">E-Mail</label>
  20.                  <br>
  21.                     <input type="text" id="email" name="email" placeholder="E-Mail..." style="width:500px" >
  22.              </object>
  23.                   <br>
  24.                   <br>
  25.                 <td align="center"><object algin="right">
  26.                   <label for="message" align="left">Message</label>
  27.                     <br>
  28.                   <textarea name="message" placeholder="Write something..." style="height:97px;width:500px"></textarea>
  29.                   </object>
  30.                     <h1></h1>
  31.                   <input type="submit" value="Submit" name="submit2" id="submit"></td>
  32.            
  33.                
  34.       </div>
  35.            
  36.          
  37.       </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement