0% found this document useful (0 votes)
5 views2 pages

Traveller Information Form and Transporter Details

The document consists of two HTML pages: the first is a traveller information form that collects a user's name, travel date, and telephone number, while the second provides information about a transporter, specifically Air Asia. Both pages include links to external stylesheets and navigation between them. The styling includes a green background for headers and a light green background for the body.

Uploaded by

darshan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

Traveller Information Form and Transporter Details

The document consists of two HTML pages: the first is a traveller information form that collects a user's name, travel date, and telephone number, while the second provides information about a transporter, specifically Air Asia. Both pages include links to external stylesheets and navigation between them. The styling includes a green background for headers and a light green background for the body.

Uploaded by

darshan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Page1

<!doctype html>
<html> <head>
<title>
information form
</title>
<link rel="stylesheet" type="text/css" href="C:\Users\admin1\Desktop\I S\12TH\[Link]">
</head>
<body>
<h1 align="center">traveller information form</h1>
<form name="f1">
Enter your name
<input type="text" name="name"auotocomplete><br><br>
select date of travel
<input type="date" name="travdate"><br><br>
enter telephone number
<input type ="tel" name="phone"placeholde="123-456-7890"
pattern="[0-9]{3}-[0-9]{3}[0-9]{4}"required><br><br>
input type="submit" name="submit "value="submit">
</form>
<br><br>
<a href="C:\Users\admin1\Desktop\I S\12TH\[Link]">
<img src="C:\Users\admin1\Desktop\images\[Link]"width="150"></a>
</body>
</html>

Page2
<!DOCTYPE THML>
<html> <head>
<title>
information about transporter
</title>
<lik rel="stylesheet" type="text/css" href="C:\Users\admin1\Desktop\I S\12TH\[Link]">
</head>
<body>
<h1 align="center">information about transporter</h1>
<ul>
<li>name of transporter-Air Asia</li>
<li> time-o9.30 am</li>
<li>seat no-B39</li>
<li>destination-delhi</li>
</ul>
<a href="C:\Users\admin1\Desktop\I S\12TH\[Link]">
connect first page
</a>
</body>
</html>

h1{background-color:green;border-style:double}
body{background-color:lightgreen}
ul{font-family:algerian}

You might also like