Sie sind auf Seite 1von 1

<html>

<head>
<title>reservation</title>
</head>
<body>

<h1 align="center">TRAVEL RESERVATION FORM</h1>


<form action="www.google.com">
<h3>FULL NAME</h3>
<input type="text" value="full name" required autofocus placeholder="deepu
volleyball">
<h3>CONTACT NUMBER</h3>
<input type="tel" value="username"required autofocus placeholder="+91-67567635443"
>
<h3>E-MAIL</h3>
<input type="text" value="username"required autofocus placeholder="deepu@gmail.com"
>
<h3>TOUR -PACKAGE</h3>
<select id="tour_package"name="tour_package>
<option value="selected">
<option>goa</option>
<option>city of navabs</option>
<option>jammu</option>
<option>agra</option>
</selected>

<fieldset style="background-color:#bb00ff">
<h1 style="color:blue">What do you want to avail?</h1>
<p><label> <input type="radio" name="sex"/>car</label></p>
<p><label><input type="radio" name="sex"/>train</label></p>
<p><label> <input type="radio" name="sex"/>by foot</label></p>
</fieldset>

<fieldset style="background-color:yellow">
<h1 style="color:red ">Where you want to board ?</h1>
<p><label> <input type="checkbox" name="car"/>Hill station</label></p>
<p><label><input type="checkbox" name="car"/>Hotel</label></p>
<p><label> <input type="checkbox" name="car"/>Green Park</label></p>
<p><label> <input type="checkbox" name="car"/>koi favourite nahi hai,hum bailgari
se chalni vaali party haii</label></p>
</fieldset>
<h3>SUGGESTIONS</h3>
<textarea placeholder="likh do jo likhna haiii" width="200" height
="200"></textarea>
<fieldset>
<h4>terms and conditions</h4>
<p><label> <input type="radio" name="sex"/>I agree</label></p>
<p><label><input type="radio" name="sex"/>I disagree</label></p>
<input type="submit" value="submit>
</body>
</html>

Das könnte Ihnen auch gefallen