Wednesday 5 October 2016

My AirAsia Malaysia Airrline Website

My AirAsia Malaysia Airline Website

This is AirAsia Malaysia Airline Website that by using notepad.  Below is my website interface:


1.Text Box:
<Form action="insert.asp" method="post">
<b><h4 align="center"> User ID:</b>  <INPUT type="text"name="userid" size=25 maxlenght=30><br>

2. Password Box:

<Form action="insert.asp" method="post">
<b><h4 align="center"> Password:</b>  <INPUT type="password"name="password" size=10 maxlenght=30><br>

3. Radio Button:

<INPUT Type="radio" name="os" value=flight"> Flight
<INPUT Type="radio" name="os" value=hotel"> Hotel
<INPUT Type="radio" name="os" value=flighthotel">Flight/Hotel
<INPUT Type="radio" name="os" value=car">Car

4. Select:

<Form action="insert.asp" method="post">
<p><b> Depart from:</b> 
<SELECT name="access">
<OPTION>Kuala Lumpur
<OPTION>Penang
<OPTION>Kedah
<OPTION>Perlis
<OPTION>Perak
<OPTION>Pahang
<OPTION>Terenganu
<OPTION>Selangor
<OPTION>Melacca
<OPTION>Johor
<OPTION>Kelantan
<OPTION>Negeri Sembilan
</SELECT>
<Form action="insert.asp" method="post">
<b> To destination:</b> 
<SELECT name="access">
<OPTION>Kuala Lumpur
<OPTION>Penang
<OPTION>Kedah
<OPTION>Perlis
<OPTION>Perak
<OPTION>Pahang
<OPTION>Terenganu
<OPTION>Selangor
<OPTION>Melacca
<OPTION>Johor
<OPTION>Kelantan
<OPTION>Negeri Sembilan
</SELECT>

This is HTML code from Website:

Introduction of WWW Programming


Introduction

        WWW PROGRAMMING is a language of the Internet's World Wide Web. Websites and web pages are written in HTML code. With HTML code and the WWW, you have the ability to bring together text, pictures, sounds, and links... all in one place! HTML code files are plain text files, so they can be composed and edited on any type of computer... Windows, Mac, UNIX and others.


What is an HTML File?

        HTML stand for Hyper Text Markup Language. An HTML file is a text file containing small markup tags. The markup tags tell the web browser how to display the page. An HTML file must have an htm or html file extension. An HTML file can be created using a simple text editor.