Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.50 KB | None | 0 0
  1. <h1> MyDietPlan</h1>
  2.  
  3.     <title>Contact </title>
  4.     <meta cherset="utf-8@">
  5.     <link href="menu.css" type="text/css" rel="stylesheet"/>
  6.    
  7.  
  8.  
  9. <style type="text/css">
  10. label{
  11.        float: left;
  12.        width: 150px;
  13.        text-align: right;
  14.        padding -right:12px;
  15.        margin-top:12px;
  16.        clear:left;
  17.  
  18. }
  19. input, textarea { margin-top:12px;}
  20. #simpleForm{
  21.        background-color: #FFF999;
  22.        width:70%
  23. }
  24. #theSubmit{
  25.           margin-left:200px;
  26.           padding: 20px
  27.          
  28.          
  29. }
  30. </style>
  31.  
  32. </head>
  33. <center>
  34. <body bgcolor="FF476F">
  35. <img src="25tips.jpg" style="width:50px;height:50px">
  36. <h1>Contact Us</h1> <link href="style.css" type="text/css" rel="stylesheet"/>
  37.  
  38. <div id="wrapper"
  39. <div class="header"></div>
  40. <div class="menu"><a href="menu.html">Home</a> &middot; <a href="privacy.html"> Privacy</a> &middot; <a href="register.html"> Register</a> &middot; <a href="login.html"> Login &middot; <a href="about us.html">About Us</a> &middot;</a> </div>
  41. </body>
  42.  
  43.  
  44. <form id="simpleForm">
  45.   <div>
  46.     <label for="myname">Name:</label>
  47.     <input type="text" name="myname" id="myname" placeholder="Enter Name">
  48.   </div>
  49.   <div >
  50.     <label for="email">Email Address:</label>
  51.     <input type="text" name="form-control" id="email" placeholder="Email">
  52.   </div>
  53.  
  54.    <div>
  55.     <label for="comments">Comments:</label>
  56.     <textarea name="comments" id="comments" rows="5"></textarea>
  57.   </div>
  58.      <div>
  59.       <input type="submit" value="Send Now">
  60.      </div>
  61.     </form>
  62.     </center>
  63. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement