-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest1.html
122 lines (92 loc) · 4.16 KB
/
test1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
</head>
<body>
<header>
<div class="logo">
<img src="image/logo5.png">
</div>
<div class="menu">
<ul id="navbar">
<li >
<a class="current" href="test.html"><b>HOME</b></a>
</li>
<li>
<a href="http://www.airindia.in/about-airindia.htm" target="_blank"><b>ABOUT</b></a>
</li>
<li>
<a href="http://www.airindia.in/expertise-services-offered.htm" target="_blank"><b>SERVICES</b></a>
</li>
<li>
<a href="http://www.airindia.in/customer-support.htm" target="_blank"><b>CONTACT US</b></a>
</li>
</ul>
</div>
</header>
<section id="showcase">
<div class="container">
<h1><marquee><b>Welcome to Airlines.</marquee></b>
<br>
An airline is a company that provides air transport services for traveling passengers and freight. Airlines utilize aircraft to supply these services, and may form partnerships or alliances with other airlines for codeshare agreements. Generally, airline companies are recognized with an air operating certificate or license issued by a governmental aviation body.
</h1>
</div>
</section>
<div>
<section id="main">
<div class="hsl">
<img src="image/img2.jpg" >
<div class="red"></div>
</div>
<div class="gb">
<h1>INTRODUCTION</h1>
<p><i>The pre-flight safety briefing (also known as a pre-flight demonstration, in-flight safety briefing, in-flight safety demonstration, safety instructions, or simply the safety video) is a detailed explanation given before take-off to airline passengers about the safety features of the aircraft they are aboard.</i></p>
<P><b>Happy Reading......</b></p>
<a href="https://en.wikipedia.org/wiki/Air_India"target="_blank"><input type="button" name="Read more" value="Read more" class="button" ></a></input>
</div>
</section>
</div>
<div>
<section id="main">
<div class="hsl">
<img src="image/img3.jpg" >
</div>
<div class="gb">
<h1>HISTORY</h1>
<p><i>Air India had its origin as Tata Air Services later renamed to Tata Airlines [11] founded by J. R. D. Tata of Tata Sons, an Indian aviator and business tycoon.[12] In April 1932, Tata won a contract to carry mail for Imperial Airways and the aviation department of Tata Sons was formed with two single-engine de Havilland Puss Moths.</i></p>
<P><b>Happy Reading......</b></p>
<a href="https://en.wikipedia.org/wiki/Air_India#History" target="_blank"><input type="button" name="Read more" value="Read more" class="button"></a></input>
</div>
</section>
</div>
<div>
<section id="main">
<a hre f="#" class="ab">
<div class="hsl">
<img src="image/img4.jpg" >
</div>
</a>
<div class="gb">
<h1>SERVICES</h1>
<p><i>The Boeing 777-200LR/777-300ER and Boeing 747-400 aircraft operated on long haul flights are in a three-class configuration. Boeing 787 Dreamliner and Airbus A321 aircraft have a two-class configuration.Air India serves meals on all international flights and on domestic flights with a flight duration of over 90 minutes.</i></p>
<P><b>Happy Reading......</b></p>
<a href="https://en.wikipedia.org/wiki/Air_India#Services" target="_blank"><input type="button" name="Read more" value="Read more" class="button"></a></input>
</div>
</section>
</div>
<footer id="main-footer">
<div class="logo1">
<img src="image/logo5.png">
</div>
<div class="jk">
<a href="https://www.facebook.com"></a><i class="fab fa-facebook-square"></i>
<a href="https://twitter.com/login?lang=en"></a><i class="fab fa-twitter-square"></i>
<a href="https://www.instagram.com/?hl=en"></a><i class="fab fa-instagram"></i>
<a href="https://support.google.com/plus/?hl=en#topic=9259565"></a><i class="fab fa-google-plus-square"></i>
</div>
<p><h3>Copyright © 2018 Welcome to Airline.</h3></p>
</footer>
</body>
</html>