Advertisement
Guest User

Contact

a guest
Feb 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>My Blog</title>
  5.         <link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet">
  6.     </head>
  7.     <body>
  8.         <!-- Form section start -->
  9.        <div class="section">
  10.             <h1><span>Contact Me</span></h1>
  11.             <form>
  12.                 <input name="name" type="text" /><br/>
  13.                 <input name="email" type="email" /><br/>
  14.                 <textarea name="message" ></textarea>
  15.                 <input type="submit" value="SEND" class="submit" />
  16.             </form>
  17.         </div>
  18.         <!-- Form section end -->
  19.     </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement