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}