Advertisement
fefidoh

Untitled

Nov 24th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.  
  7.     <title>Erehwon Guest House Template</title>
  8.     <meta name="keywords" content="Erehwon Guest House, East Coast Breaks, Competitive Price, Family Business, Bed and Breakfast, Bed &amp; Breakfast, Contact Erehwon Guest house" />
  9.     <meta name="description" content="East Coast, Guest House, Holiday, Short breaks, Bed and Breakfast, Bed &amp; Breakfast, Weekend breaks, Special rates" />
  10.  
  11.     <link href="style.css" rel="stylesheet" type="text/css" />
  12.  
  13. </head>
  14. <body>
  15.     <div class="heading"><h1>Erehwon Guest House</h1></div>
  16.     <div class="subheading"><h2>Bed &amp; Breakfast</h2></div>
  17.     <div class="navigation">
  18.     <p>
  19.         <a href="home.htm">Home |</a>
  20.         <a href="slide.htm"> Picture Gallery |</a>
  21.         <a href="map.htm"> Map |</a>
  22.         <a href="links.htm"> Useful Links |</a>
  23.         <a href="prices.htm"> Prices |</a>
  24.         <a href="contact.htm"> Contact us</a>
  25.     </p>
  26. </div>
  27.  
  28. <!-- Opening the form element -->
  29. <form action="mailto:mike@erehwon.org" method="post">
  30.  
  31. <!-- Contact information fieldset -->
  32.     <fieldset>
  33.         <legend>Personal Information</legend>
  34.         First name: <input name="first_name" type="text" tabindex="1" />
  35.         Last name: <input name="last_name" type="text" tabindex="2" />
  36.         Email: <input name="email_address" type="text" tabindex="3" />
  37.     </fieldset>
  38.  
  39. <!-- Type of feedback fieldset -->
  40.     <fieldset>
  41.         <legend>Type of feedback </legend>
  42.         <input name="feedback_type" type="checkbox" value="Availability" tabindex="6" /> Room Availability
  43.         <input name="feedback_type" type="checkbox" value="Feedback" tabindex="7" /> Feedback
  44.     </fieldset>
  45.  
  46. <!-- Input text fieldset -->
  47.     <fieldset>
  48.         <legend>Your feedback:</legend>
  49.         <p>Enter your feedback in the space below:</p><br />
  50.         <textarea name="Query" rows="15" cols="60" tabindex="8">
  51.         </textarea>
  52.     </fieldset>
  53.  
  54. <!-- Submit and reset buttons -->
  55.     <p><input type="submit" name="submit" value="Submit" tabindex="9" />
  56.     <input type="reset" name="reset" value="Clear form" tabindex="10" /></p>
  57.  
  58. </form>
  59.  
  60.  
  61. <div class="footer">&copy; 2014 Your Name Here</div>
  62.  
  63. </body>
  64.  
  65. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement