Advertisement
Guest User

HTML

a guest
May 27th, 2015
2,379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6. <link type="text/css" rel="stylesheet" href="stylesheet.css">
  7. </head>
  8.  
  9. <body>
  10.  
  11. <h2>Fill out the form below and click “order now” to order</h2>
  12.  
  13. <form action="" method="">
  14.  
  15. <p>
  16.  
  17. Name: <input type="text" name=""> </br> </br>
  18. Address: <input type="text" name=""> </br> </br>
  19. Phone: <input type="tel" name=""> </br> </br>
  20. Email: <input type="email" name="">
  21.  
  22. </p>
  23.  
  24. </form>
  25.  
  26. </body>
  27.  
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement