Monday, 10 October 2016

WWW PROGRAMMING (Web creating)


Website or webpage is created using programming language.HTML is the main language of the WWW.Web server is used to communicate the page structure to the browser.Web browser is used to render pages.Cascading style sheets for the pages styles.


HTML title & Headings 


 <html> <head><title> Welcome to UNICLEISURE AIRLINES</title></head>
<body background="plane-travel-flight-tourism-travel-icon-png-10.png">

<h1 style="text-align:center;">
<h1 style="background-color:yellow;">UNICLEISURE AIRLINES</h1>
<h3 style="background-color:cyan""text-align:center;">Malaysian local flight</h3>




Text Box

<hr>
    <table border="2' align="center" width="60%">
      <tr>


<form action="action_page.php">

First name:<br>
<input type="text" name="firstname" value="">
<br>
Last name:<br>
<input type="text" name="lastname" value="">
<br><br>
<input type="submit" value="Submit">
<input type="reset">
</form>



Radio buttons

</body>
</html>


<form action="insert.asp" method="post">

<P>Choose your destination (depart):<BR>
       
       <INPUT type="radio" name="os" value="ked">Kedah<BR>
       <INPUT type="radio" name="os" value="Jor">Johore<BR>
       <INPUT type="radio" name="os" value="Kl">Kuala lumpur<BR>
       <INPUT type="radio" name="os" value="Perl">Perlis<BR>







Checkbox

<form action="insert.asp" method="post">

<P>Choose your destination (arrive):<BR>
       
       <INPUT type="checkbox" name="os" value="ked">Kedah<BR>
       <INPUT type="checkbox" name="os" value="Jor">Johore<BR>
       <INPUT type="checkbox" name="os" value="Kl">Kuala lumpur<BR>
       <INPUT type="checkbox" name="os" value="Perl">Perlis<BR>








Full image of the webpage 









Keep trying .its easy 

No comments:

Post a Comment