ASSIGNMENT LAB 02

ASSIGNMENT LAB 02

This is the second lab assignment. The second lab assignment is about the "Airline". We instructed to make a website based-on the airlines website that exist. So, below is my result in developed the "Airlines Website". I developed this website using "Komodo Editor".


Emirates Airline

Below, I include the code that have been used to developed this website. 

<html>
<head>
    <title>Emirates Airlines</title>
<style>
    table, th, td {
        border: 1px solid black;
        border-collapse: collapse;
    }
</style>
</head>
<body>
<h1 font size=5 face="Arial Black">Emirates Airlines</font></h1>
<p align="left">
    <img src="EmiratesLogo.png" alt="logo" width="100" height="100">
    Username:<INPUT type="text" name="myName" size=30 maxlength=40>
    Password:<INPUT type="password" name="pswrd" size=20 maxlength=20><br>
</p>
<emiratesairline action="insert.asp" method="post">
    
<table style="width: 100%">
    <tr>
        <th><button type="button">Search Flight</button></th>
        <th><button type="button">Manage Booking or check in</button></th>
        <th><button type="button">Flight Status</button></th>
    </tr>
</table>
<hr size=7>
<p align="center">
    <img src="image.jpg" alt="Emirates Style" width="1300" height="400">
</p>
<p align="center">
    <img src="emirates2.jpg" alt="Emirates Plane" width="1300" height="400">
</p>
</body>

</html>

Comments